ROOT
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Fri, 30 May 2014 12:04:49 +0100
changeset 20 e04123f4bacc
parent 18 d826899bc424
permissions -rw-r--r--
soem more work

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

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

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

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

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