This file contains hidden or 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
| open import 1Lab.Prelude | |
| open import Data.Nat | |
| open import Data.Dec | |
| module wip.untruncate where | |
| Homogeneous : ∀ {ℓ} → Type ℓ → Type (lsuc ℓ) | |
| Homogeneous T = Σ T λ c → ∀ c′ → Path (Type∙ _) (T , c) (T , c′) |
This file contains hidden or 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
| {-# OPTIONS -vtac:10 --cubical -vtc.unquote.elaborate:50 #-} | |
| module Test37 where | |
| open import Agda.Builtin.Reflection | |
| open import Agda.Primitive.Cubical | |
| open import Agda.Builtin.Sigma | |
| open import Agda.Builtin.Maybe | |
| open import Agda.Builtin.Bool | |
| open import Agda.Builtin.List | |
| open import Agda.Builtin.Unit |
NewerOlder