From a72c28f466ecccb4e98a8f8e2436b9e7abaf8d86 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 26 Aug 2002 14:11:40 +0000 Subject: New files. --- etc/isa/parsing.ML | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 etc/isa/parsing.ML diff --git a/etc/isa/parsing.ML b/etc/isa/parsing.ML new file mode 100644 index 00000000..805e69fb --- /dev/null +++ b/etc/isa/parsing.ML @@ -0,0 +1,13 @@ +(* Any (* nested comments *) are tricky in XEmacs (21.4.8), + but better syntax handling in Emacs at the moment. +*) + +Goal "A \\ B \\ B \\ A"; +by (rtac impI 1); +by (etac conjE 1); +by (rtac conjI 1); +by (assume_tac 1); +by (assume_tac 1); +qed "and_comms"; + +(* Comment at the end?! *) \ No newline at end of file -- cgit v1.2.3