Quot/ROOT.ML
author Christian Urban <urbanc@in.tum.de>
Fri, 11 Dec 2009 15:58:15 +0100
changeset 715 3d7a9d4d2bb6
parent 700 91b079db7380
child 720 e68f501f76d0
permissions -rw-r--r--
added Int example from Larry
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
604
0cf166548856 isabelle make tests all examples
Christian Urban <urbanc@in.tum.de>
parents: 601
diff changeset
     1
quick_and_dirty := true;
0cf166548856 isabelle make tests all examples
Christian Urban <urbanc@in.tum.de>
parents: 601
diff changeset
     2
0cf166548856 isabelle make tests all examples
Christian Urban <urbanc@in.tum.de>
parents: 601
diff changeset
     3
no_document use_thys
601
81f40b8bde7b added "end" to each example theory
Christian Urban <urbanc@in.tum.de>
parents: 597
diff changeset
     4
   ["QuotMain",
628
a11b9b757f89 corrected name of FSet in ROOT.ML
Christian Urban <urbanc@in.tum.de>
parents: 604
diff changeset
     5
    "Examples/FSet",
685
b12f0321dfb0 moved the interpretation code into Unused.thy
Christian Urban <urbanc@in.tum.de>
parents: 628
diff changeset
     6
    "Examples/FSet2",
601
81f40b8bde7b added "end" to each example theory
Christian Urban <urbanc@in.tum.de>
parents: 597
diff changeset
     7
    "Examples/IntEx",
81f40b8bde7b added "end" to each example theory
Christian Urban <urbanc@in.tum.de>
parents: 597
diff changeset
     8
    "Examples/IntEx2",
81f40b8bde7b added "end" to each example theory
Christian Urban <urbanc@in.tum.de>
parents: 597
diff changeset
     9
    "Examples/LFex",
700
91b079db7380 added Larry's theory; introduced lemma equivpI; added something to the TODO about error messages
Christian Urban <urbanc@in.tum.de>
parents: 685
diff changeset
    10
    "Examples/LamEx",
715
3d7a9d4d2bb6 added Int example from Larry
Christian Urban <urbanc@in.tum.de>
parents: 700
diff changeset
    11
    "Examples/LarryDatatype"];