File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ import Data.Integer.Coprimality
70
70
-- Note that eventually there is a plan to re-organise the library to
71
71
-- have the top-level module export a far wider range of properties and
72
72
-- additional operations in order to minimise the number of imports
73
- -- needed. Currently it is necessary to import each of these seperately
73
+ -- needed. Currently it is necessary to import each of these separately
74
74
-- however.
75
75
76
76
------------------------------------------------------------------------
@@ -129,7 +129,7 @@ import Data.Sum.Relation.Binary.Pointwise
129
129
-- over the datatypes are stored. These can be viewed as properties
130
130
-- over a single list.
131
131
132
- -- For example a commmon , useful example is `Data.X.Relation.Unary.Any`
132
+ -- For example a common , useful example is `Data.X.Relation.Unary.Any`
133
133
-- that contains the types of proofs that at least one element in the
134
134
-- container satisfies some predicate/property.
135
135
You can’t perform that action at this time.
0 commit comments