]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/nlibrary/algebra/magmas.ma
Aggiornamento alla negazione.
[helm.git] / helm / software / matita / nlibrary / algebra / magmas.ma
index 8ca0254b4387e4655c791043da7c9fce29c111ae..685d6248059afb3e162ae4ec00ea1304f05318af 100644 (file)
@@ -16,7 +16,7 @@ include "sets/sets.ma".
 
 nrecord magma_type : Type[1] ≝
  { mtcarr:> setoid;
-   op: binary_morphism mtcarr mtcarr mtcarr
+   op: unary_morphism mtcarr (unary_morph_setoid mtcarr mtcarr)
  }.
 
 nrecord magma (A: magma_type) : Type[1] ≝