ROOT
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Tue, 19 Feb 2013 13:36:35 +0000
changeset 187 326310016da9
parent 186 455411d69c12
child 198 d93cc4295306
permissions -rw-r--r--
polished some typos in the paper

session UTM = HOL +
  options [document = false]
  theories
    "thys/Turing"
    "thys/Turing_Hoare"
    "thys/Uncomputable"
    "thys/Abacus_Mopup"
    "thys/Abacus"
    "thys/Rec_Def"
    "thys/Recursive"
    "thys/UF"
    "thys/UTM"

session ITP = UTM +
  options [document = pdf, document_output = "."]
  theories
    "Paper/Paper"