]> matita.cs.unibo.it Git - helm.git/commitdiff
test_instance.ma
authorAndrea Asperti <andrea.asperti@unibo.it>
Thu, 5 May 2005 14:15:51 +0000 (14:15 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Thu, 5 May 2005 14:15:51 +0000 (14:15 +0000)
helm/matita/tests/test_instance.ma [new file with mode: 0644]

diff --git a/helm/matita/tests/test_instance.ma b/helm/matita/tests/test_instance.ma
new file mode 100644 (file)
index 0000000..cb3aa3f
--- /dev/null
@@ -0,0 +1,4 @@
+instance \lambda A:Set.\lambda P:A \to A \to Prop.\forall x:A. P x x.
+instance \lambda A:Set.\lambda P:A \to A \to Prop.\forall x,y:A. P x y \to P y x.
+instance \lambda A:Set.\lambda P:A \to A \to Prop.\forall x,y,z:A. P x y \to P y z \to P y z.
+instance \lambda A:Set.\lambda f:A \to A \to A. \forall x,y:A. f x y = f  y x.
\ No newline at end of file