diff options
Diffstat (limited to 'isa/Example.thy')
| -rw-r--r-- | isa/Example.thy | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/isa/Example.thy b/isa/Example.thy new file mode 100644 index 00000000..ba64d959 --- /dev/null +++ b/isa/Example.thy @@ -0,0 +1,20 @@ +(* -*- isa -*- + + Example theory file for Isabelle + + David Aspinall <da@dcs.ed.ac.uk> + + $Id$ + + The line at the top of this comment forces + Proof General's classic Isabelle mode; + scripting takes place in .ML files. + + NB: this is incompatible with ProofGeneral/Isar which is + a separate instance of Proof General. + + See the PG manual for ways to select Isabelle/Classic + by default. +*) + +Example = Main |
