doc-src/IsarImplementation/Thy/ROOT.ML
author wenzelm
Fri, 04 Nov 2011 17:19:33 +0100
changeset 45340 98ec8b51af9c
parent 39884 a16b18fd6299
child 46295 2548a85b0e02
permissions -rw-r--r--
prefer global Quotient_Info lookup to accomodate Quotient_Term, which is not quite localized yet (cf. 9fd6fce8a230);
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 [
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
     2
  "Integration",
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
     3
  "Isar",
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
     4
  "Local_Theory",
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
     5
  "Logic",
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
     6
  "ML",
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
     7
  "Prelim",
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
     8
  "Proof",
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
     9
  "Syntax",
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
    10
  "Tactic"
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents: 29755
diff changeset
    11
];