We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2dc29 commit 9ae297cCopy full SHA for 9ae297c
1 file changed
src/Generic/AltSyntax.agda
@@ -58,8 +58,9 @@ data Raw (A : Set) {I : Set} (d : Desc I) : Size → I → Set where
58
59
module ScopeCheck {E I : Set} {d : Desc I} (I-dec : (i j : I) → Dec (i ≡ j)) where
60
61
- M : Set → Set
62
- M = (E × String) ⊎_
+ private
+ M : Set → Set
63
+ M = (E × String) ⊎_
64
open RawMonad (SC.monad (E × String) zero)
65
66
varCheck : E × String → ∀ σ Γ → All (κ String) Γ → M (Var σ Γ)
0 commit comments