diff options
Diffstat (limited to 'src/Soat/FirstOrder/Algebra/Coproduct.idr')
-rw-r--r-- | src/Soat/FirstOrder/Algebra/Coproduct.idr | 2 |
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 } |