diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2022-11-25 14:18:23 +0000 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2022-11-25 14:18:23 +0000 |
commit | fe24f02389a92563bdde4cb03f66a7db9ec51308 (patch) | |
tree | 6081cce0b3b8e7b109e725b16c16a70771be2233 /src/Soat/Relation.idr | |
parent | 00fcc3517b7f680d31028abe83664a96305101b6 (diff) |
refactor: ISetoid.rel -> relation
Diffstat (limited to 'src/Soat/Relation.idr')
-rw-r--r-- | src/Soat/Relation.idr | 4 |
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 |