diff options
| author | David Aspinall | 2002-08-26 14:11:40 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-08-26 14:11:40 +0000 |
| commit | a72c28f466ecccb4e98a8f8e2436b9e7abaf8d86 (patch) | |
| tree | 783520a06de0bfec17f1c2bc802c4687e5a9d4f2 | |
| parent | 5e3ad5a50f903268ff0ce36012417006144ade75 (diff) | |
New files.
| -rw-r--r-- | etc/isa/parsing.ML | 13 |
1 files changed, 13 insertions, 0 deletions
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 \\<and> B \\<longrightarrow> B \\<and> 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 |
