aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/example.af2
diff options
context:
space:
mode:
authorGravatar Christophe Raffalli <christophe.raffalli@univ-savoie.fr>2000-12-01 17:46:38 +0000
committerGravatar Christophe Raffalli <christophe.raffalli@univ-savoie.fr>2000-12-01 17:46:38 +0000
commit59e99ef53e76cdb15a7609b88d996e99afe31c20 (patch)
tree586594ead7056625871da6c8c6522ae9098e82d7 /phox/example.af2
parentbf35167a87fc74a3317b2c08937b85e4b48cf0d0 (diff)
af2 is now called PhoX
Diffstat (limited to 'phox/example.af2')
-rw-r--r--phox/example.af29
1 files changed, 9 insertions, 0 deletions
diff --git a/phox/example.af2 b/phox/example.af2
new file mode 100644
index 00000000..36ece411
--- /dev/null
+++ b/phox/example.af2
@@ -0,0 +1,9 @@
+(*
+ Example proof script for AF2 Proof General
+
+ $Id$
+*)
+
+prop (* test *) (* just un test *) test /\X (X -> X).
+trivial.
+save. \ No newline at end of file