summaryrefslogtreecommitdiff
path: root/src/Soat/FirstOrder/Algebra
diff options
context:
space:
mode:
authorGreg Brown <greg.brown01@ed.ac.uk>2022-12-05 14:43:50 +0000
committerGreg Brown <greg.brown01@ed.ac.uk>2022-12-05 14:43:50 +0000
commitf77aeb6c4b25b381e897a4ab59c1008e34005404 (patch)
tree07e8f0ec56bda51e9489b7b49558a3c2d860f932 /src/Soat/FirstOrder/Algebra
parent8ff37b98737f4af5bd11d3006ae1b26902a1a82f (diff)
refactor: rename MakeRawAlgebra -> MkRawAlgebra.
Diffstat (limited to 'src/Soat/FirstOrder/Algebra')
-rw-r--r--src/Soat/FirstOrder/Algebra/Coproduct.idr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Soat/FirstOrder/Algebra/Coproduct.idr b/src/Soat/FirstOrder/Algebra/Coproduct.idr
index d0b1b14..84ac436 100644
--- a/src/Soat/FirstOrder/Algebra/Coproduct.idr
+++ b/src/Soat/FirstOrder/Algebra/Coproduct.idr
@@ -67,7 +67,7 @@ parameters {0 x, y : RawAlgebraWithRelation sig}
public export
Coproduct : (x, y : RawAlgebra sig) -> RawAlgebra sig
-Coproduct x y = MakeRawAlgebra
+Coproduct x y = MkRawAlgebra
{ U = CoproductSet sig x.U y.U
, sem = Call
}