]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_1/aplus/defs.ma
update in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_1 / aplus / defs.ma
index c26b3c28656754bb6898772e31b1c451ebf19620..f339331a642a51396fdbb36bddf90451d9544caf 100644 (file)
@@ -16,6 +16,6 @@
 
 include "basic_1/asucc/defs.ma".
 
-let rec aplus (g: G) (a: A) (n: nat) on n: A \def match n with [O \Rightarrow 
-a | (S n0) \Rightarrow (asucc g (aplus g a n0))].
+rec definition aplus (g: G) (a: A) (n: nat) on n: A \def match n with [O 
+\Rightarrow a | (S n0) \Rightarrow (asucc g (aplus g a n0))].