doc-src/TutorialI/Types/Setup.thy
author blanchet
Fri, 22 Apr 2011 00:00:05 +0200
changeset 42451 a75fcd103cbb
parent 31678 752f23a37240
child 43564 9864182c6bad
permissions -rw-r--r--
automatically remove offending facts when faced with an unsound proof -- instead of using the highly inefficient "full_types" option
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31678
752f23a37240 reworked section on type classes
haftmann
parents:
diff changeset
     1
theory Setup
752f23a37240 reworked section on type classes
haftmann
parents:
diff changeset
     2
imports Main
752f23a37240 reworked section on type classes
haftmann
parents:
diff changeset
     3
uses
752f23a37240 reworked section on type classes
haftmann
parents:
diff changeset
     4
  "../../antiquote_setup.ML"
752f23a37240 reworked section on type classes
haftmann
parents:
diff changeset
     5
  "../../more_antiquote.ML"
752f23a37240 reworked section on type classes
haftmann
parents:
diff changeset
     6
begin
752f23a37240 reworked section on type classes
haftmann
parents:
diff changeset
     7
752f23a37240 reworked section on type classes
haftmann
parents:
diff changeset
     8
end