aboutsummaryrefslogtreecommitdiff
path: root/isa/Example.ML
diff options
context:
space:
mode:
authorDavid Aspinall2000-05-02 12:05:41 +0000
committerDavid Aspinall2000-05-02 12:05:41 +0000
commite6d5b8b8b19ae60f76f34563b0a8eca4fb89e6e2 (patch)
treec067a35ef2d1b8d5f57162e9f621fbd40a3fbfd7 /isa/Example.ML
parentdc7af5fb2c02eb960815e01741b9d2cb59c3844e (diff)
Added proof-assistant-keymap and commands for defining insert keys.
Diffstat (limited to 'isa/Example.ML')
-rw-r--r--isa/Example.ML2
1 files changed, 2 insertions, 0 deletions
diff --git a/isa/Example.ML b/isa/Example.ML
index 929c7ad8..bf5ee3f0 100644
--- a/isa/Example.ML
+++ b/isa/Example.ML
@@ -11,3 +11,5 @@ by (rtac conjI 1);
by (assume_tac 1);
by (assume_tac 1);
qed "and_comms";
+
+Goal "P(x) --> Q(x)";