diff options
Diffstat (limited to 'src/Soat/Relation.idr')
-rw-r--r-- | src/Soat/Relation.idr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Soat/Relation.idr b/src/Soat/Relation.idr index bf5a631..9a394c2 100644 --- a/src/Soat/Relation.idr +++ b/src/Soat/Relation.idr @@ -70,6 +70,6 @@ IEquivalence x rel = (i : a) -> Soat.Relation.Equivalence (x i) (rel i) public export record ISetoid (a : Type) where constructor MkISetoid - 0 U : a -> Type - 0 relation : IRel U - 0 equivalence : IEquivalence U relation + 0 U : a -> Type + 0 relation : IRel U + equivalence : IEquivalence U relation |