lh-l4v/lib/sep_algebra/ROOT

36 lines
740 B
Plaintext
Raw Normal View History

(*
* Copyright 2016, Data61
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
*)
chapter Lib
session Sep_Algebra (lib) = Word_Lib +
sessions
"HOL-Eisbach"
"HOL-Hoare"
Lib
theories
"Generic_Separation_Algebras"
"MonadSep"
"Sep_Forward"
"Sep_Cancel_Example"
"Sep_Fold"
"Sep_Fold_Cancel"
"Sep_Eq"
"Sep_Util"
"Sep_Heap_Instance"
"Sep_MP_Example"
"Sep_Provers_Example"
"Sep_Select_Example"
"Sep_Solve_Example"
"ex/Sep_Tactics_Test"
"ex/Simple_Separation_Example"
"ex/VM_Example"
"ex/capDL/Separation_D"