summaryrefslogtreecommitdiff
path: root/src/Soat/Relation.idr
diff options
context:
space:
mode:
authorGreg Brown <greg.brown01@ed.ac.uk>2022-11-25 14:18:23 +0000
committerGreg Brown <greg.brown01@ed.ac.uk>2022-11-25 14:18:23 +0000
commitfe24f02389a92563bdde4cb03f66a7db9ec51308 (patch)
tree6081cce0b3b8e7b109e725b16c16a70771be2233 /src/Soat/Relation.idr
parent00fcc3517b7f680d31028abe83664a96305101b6 (diff)
refactor: ISetoid.rel -> relation
Diffstat (limited to 'src/Soat/Relation.idr')
-rw-r--r--src/Soat/Relation.idr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Soat/Relation.idr b/src/Soat/Relation.idr
index 475022d..bf5a631 100644
--- a/src/Soat/Relation.idr
+++ b/src/Soat/Relation.idr
@@ -71,5 +71,5 @@ public export
record ISetoid (a : Type) where
constructor MkISetoid
0 U : a -> Type
- 0 rel : IRel U
- 0 equivalence : IEquivalence U rel
+ 0 relation : IRel U
+ 0 equivalence : IEquivalence U relation