diff options
| author | Makarius Wenzel | 1999-09-22 15:04:35 +0000 |
|---|---|---|
| committer | Makarius Wenzel | 1999-09-22 15:04:35 +0000 |
| commit | f7effc5e138ecedac5074a31d17b498d37d51f7b (patch) | |
| tree | db50d649ad27ec8f1a3cb610292d48e837b5d479 /isa/example.ML | |
| parent | 94b2d0305ad6caed4893e6da0ed83b5be8061fb4 (diff) | |
tuned example according to Isabelle style-guide;
Diffstat (limited to 'isa/example.ML')
| -rw-r--r-- | isa/example.ML | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/isa/example.ML b/isa/example.ML deleted file mode 100644 index 41ea20be..00000000 --- a/isa/example.ML +++ /dev/null @@ -1,14 +0,0 @@ -(* - Example proof script for Isabelle Proof General. - - $Id$ -*) - -Goal "(A & B)-->(B & A)"; -br impI 1; -br conjI 1; -be conjE 1; -ba 1; -be conjE 1; -ba 1; -qed "and_comms"; |
