ROOT
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Mon, 24 Mar 2014 11:39:39 +0000
changeset 8 dcbf7888a070
parent 7 192672a6fff4
child 10 03c5f0393a2c
permissions -rw-r--r--
some small modifications

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