Skip to content

Commit

Permalink
Applicative: do not export private module M
Browse files Browse the repository at this point in the history
  • Loading branch information
omelkonian committed Nov 10, 2023
1 parent 3e96662 commit 30c253e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Class/Applicative/Instances.agda
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ instance
-- .pure x → 1 , pure x
-- ._<*>_ (n , xs) (m , ys) → {! (n ⊔ m) , zipWith _$_ xs ys -- (+ zipWith-⊔ lemma) !}

module M where
private module M where
open import Reflection.TCM.Syntax public
open import Reflection.TCM public

Expand Down

0 comments on commit 30c253e

Please sign in to comment.