We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb420f commit b4c78e2Copy full SHA for b4c78e2
1 file changed
src/Data/Container/FreeMonad.agda
@@ -20,11 +20,12 @@ open import Effect.Applicative using (RawApplicative)
20
open import Effect.Monad using (RawMonad)
21
open import Function.Base as Function using (_$_; _∘_)
22
23
-variable
24
- x y s p ℓ : Level
25
- C : Container s p
26
- X : Set x
27
- Y : Set y
+private
+ variable
+ x y s p ℓ : Level
+ C : Container s p
+ X : Set x
28
+ Y : Set y
29
30
infixl 1 _⋆C_
31
infix 1 _⋆_
0 commit comments