We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
README.Data.List.Membership
1 parent 3bda172 commit 2068146Copy full SHA for 2068146
README/Data/List/Membership.agda
@@ -30,7 +30,7 @@ import Data.List.Membership.Propositional as PropMembership
30
import Data.List.Membership.DecPropositional as DecPropMembership
31
32
-- For example if we want to reason about membership for `List ℕ`
33
--- then you would use the `DecSetoidMembership` as we use
+-- then you would use the `DecPropMembership` as we use
34
-- propositional equality over `ℕ` and it is also decidable. Therefore
35
-- the module `DecPropMembership` should be opened as follows:
36
0 commit comments