-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ cubical ] optimized hcomp for plain datatypes
We make sure to share the reduction of the partial element by reconstructing it from its components with nested uses of primPOr This is akin to an eta expansion during reduction though, so we should keep an eye on bad consequences. Also special case literals.
- Loading branch information
Showing
1 changed file
with
68 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters