diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2022-11-25 14:30:36 +0000 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2022-11-25 14:30:36 +0000 |
commit | 865e9dbdd0a7ed2b0dad75f2c672ad84e9e85bcc (patch) | |
tree | 72488a96f195321a26c5248a156941ed9ce42fe6 /src/Soat/Relation.idr | |
parent | 7c8591b566baeb6af42a22b8979c53ebdcab5479 (diff) |
Make proofs relevant.
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 |