diff options
| author | David Aspinall | 1999-11-12 01:09:18 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-11-12 01:09:18 +0000 |
| commit | 8a9f2935855bd9ce9e769f5bbd15455fa719b765 (patch) | |
| tree | a29a44116fce65d966b8730eb09152d0966cd28a /etc/isa/xsym.ML | |
| parent | 35f8ea2841731941da3106e956b7dff0aa7925ec (diff) | |
New testing files
Diffstat (limited to 'etc/isa/xsym.ML')
| -rw-r--r-- | etc/isa/xsym.ML | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/isa/xsym.ML b/etc/isa/xsym.ML new file mode 100644 index 00000000..797bad69 --- /dev/null +++ b/etc/isa/xsym.ML @@ -0,0 +1,18 @@ +(* a few token characters to exercise X-Symbol *) + +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"; + +3; + +4; + +print "hello"; + +writeln "hello"; +error "hello"; |
