doc-src/IsarImplementation/Thy/ROOT.ML
author blanchet
Tue, 20 Mar 2012 10:06:35 +0100
changeset 47039 1b36a05a070d
parent 46295 2548a85b0e02
permissions -rw-r--r--
added "metis_advisory_simp" option to orient as many equations as possible in Metis the right way (cf. "More SPASS with Isabelle")
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30124
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
     1
use_thys [
46295
2548a85b0e02 basic setup for equational reasoning;
wenzelm
parents: 39884
diff changeset
     2
  "Eq",
30124
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
     3
  "Integration",
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
     4
  "Isar",
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
     5
  "Local_Theory",
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
     6
  "Logic",
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
     7
  "ML",
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
     8
  "Prelim",
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
     9
  "Proof",
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
    10
  "Syntax",
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
    11
  "Tactic"
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
    12
];