diff options
| -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 |
