File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11module Haskell.Extra.Dec where
22
3- open import Haskell.Prelude
3+ open import Haskell.Prim
4+ open import Haskell.Prim.Bool
5+ open import Haskell.Prim.Either
6+ open import Haskell.Prim.Tuple
47open import Haskell.Extra.Refinement
8+
59open import Agda.Primitive
610
711private variable
8- ℓ : Level
912 P : Type
1013
1114@0 Reflects : Type ℓ → Bool → Type ℓ
Original file line number Diff line number Diff line change 11module Haskell.Extra.Refinement where
22
3- open import Haskell.Prelude
4- open import Agda.Primitive
5-
6- private variable
7- ℓ ℓ′ : Level
3+ open import Haskell.Prim
4+ open import Haskell.Prim.Maybe
85
96record ∃ (a : Type ℓ) (@0 P : a → Type ℓ′) : Type (ℓ ⊔ ℓ′) where
107 constructor _⟨⟩
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ open import Agda.Builtin.Strict public
2323open import Agda.Builtin.List public
2424
2525variable
26- @0 ℓ : Level
26+ @0 ℓ ℓ′ : Level
2727 a b c d e : Type
2828 f m s t : Type → Type
2929
You can’t perform that action at this time.
0 commit comments