doc-src/IsarImplementation/Thy/ROOT.ML
author wenzelm
Fri, 08 Oct 2010 17:41:51 +0100
changeset 39825 f9066b94bf07
parent 39822 0de42180febe
child 39884 a16b18fd6299
permissions -rw-r--r--
eliminated fancy \ML logo for the sake of simpler source text (less dependence on LaTeX); eliminated Isar toplevel invocation functions, which belong to TTY/ProofGeneral model; moved remaining "ML toplevel" material to "Compile-time context";
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",
39822
0de42180febe basic setup for Chapter 0: Isabelle/ML;
wenzelm
parents: 30242
diff changeset
     7
  "ML_old",
30124
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
];