ROOT
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Thu, 21 Feb 2013 14:27:14 +0000
changeset 191 98370b96c1c5
parent 187 326310016da9
child 198 d93cc4295306
permissions -rw-r--r--
compilation from Abacus to Turing in Scala

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"