ROOT
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Fri, 04 Apr 2014 13:15:07 +0100
changeset 18 d826899bc424
parent 10 03c5f0393a2c
permissions -rw-r--r--
deleted AList theory, which is not necessary

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"