aboutsummaryrefslogtreecommitdiff
path: root/isa
diff options
context:
space:
mode:
authorDavid Aspinall1998-09-09 14:02:46 +0000
committerDavid Aspinall1998-09-09 14:02:46 +0000
commitf45e4719e7e78d27566cb141f48afccca1e3fd06 (patch)
treeb1c60befcda607743a068397b03dcb20aceaf952 /isa
parenta4c0501d4007ad5f2d2f43c2cb5d1d5f137c6618 (diff)
Added Id to headers.
Diffstat (limited to 'isa')
-rw-r--r--isa/example.ML9
-rw-r--r--isa/isa-syntax.el4
-rw-r--r--isa/isa.el2
3 files changed, 14 insertions, 1 deletions
diff --git a/isa/example.ML b/isa/example.ML
index d5ba5153..5a6f7dfb 100644
--- a/isa/example.ML
+++ b/isa/example.ML
@@ -1,3 +1,12 @@
+(*
+ Example proof script for Isabelle
+
+ David Aspinall <da@dcs.ed.ac.uk>
+
+ $Id$
+
+*)
+
goal HOL.thy
"(A & B)-->(B & A)";
br impI 1;
diff --git a/isa/isa-syntax.el b/isa/isa-syntax.el
index 6baa5e9d..52e2ee90 100644
--- a/isa/isa-syntax.el
+++ b/isa/isa-syntax.el
@@ -1,5 +1,9 @@
;; isa-syntax.el Syntax expressions for Isabelle
;;
+;; David Aspinall <da@dcs.ed.ac.uk>
+;;
+;; $Id$
+;;
(require 'proof-syntax)
diff --git a/isa/isa.el b/isa/isa.el
index bd94a84c..f4c0a0fe 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -1,7 +1,7 @@
;; isa.el Major mode for Isabelle proof assistant
;; Copyright (C) 1994-1998 LFCS Edinburgh.
;; Author: David Aspinall
-
+;;
;; $Id$
;;