ROOT
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Thu, 03 Apr 2014 15:28:01 +0100
changeset 17 86918b45b2e6
parent 10 03c5f0393a2c
child 18 d826899bc424
permissions -rw-r--r--
added a version using finfuns

session "Hoare_gen" in "thys" = "HOL" +
  theories 
     Hoare_gen

session "Hoare_tm" in "thys" = "Hoare_gen" +
  theories 
     Hoare_tm

session "Hoare_abc" in "thys" = "Hoare_tm" +
  theories
     Hoare_abc

session "TM" in "thys" = Hoare_abc +
  theories 
    My_block
    LetElim
    AList
    StateMonad
    TM_Assemble

session "Paper" in "paper" = TM +
  options [document = pdf, document_output = "..", document_variants = "journal"]
  theories
    Paper
  files "document/root.tex"