ROOT
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Fri, 21 Mar 2014 15:10:13 +0000
changeset 7 192672a6fff4
parent 6 38cef5407d82
child 10 03c5f0393a2c
permissions -rw-r--r--
added files to ROOT

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