ROOT
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Wed, 26 Jun 2013 14:35:43 +0100
changeset 269 fa40fd8abb54
parent 198 d93cc4295306
child 271 4457185b22ef
permissions -rw-r--r--
implemented new UF in scala; made some small adjustments to the definitions in the theory files

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

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