]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/library/higher_order_defs/functions.ma
ocaml 3.09 transition
[helm.git] / helm / matita / library / higher_order_defs / functions.ma
index 78c2e2f89d8a52dd50901d9b67c9a68bc43d2592..a1b54c80c59cf786d68bc89d881b98de57f61cc7 100644 (file)
@@ -64,3 +64,4 @@ definition distributive: \forall A:Type.\forall f,g:A \to A \to A.Prop
 definition distributive2: \forall A,B:Type.\forall f:A \to B \to B.
 \forall g: B\to B\to B. Prop
 \def \lambda A,B.\lambda f,g.\forall x:A.\forall y,z:B. f x (g y z) = g (f x y) (f x z).
+