From fe24f02389a92563bdde4cb03f66a7db9ec51308 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Fri, 25 Nov 2022 14:18:23 +0000 Subject: refactor: ISetoid.rel -> relation --- src/Soat/Relation.idr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Soat/Relation.idr') 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 -- cgit v1.2.3