src/HOL/Imperative_HOL/Imperative_HOL_ex.thy
author krauss
Tue, 13 Jul 2010 12:00:11 +0200
changeset 37792 ba0bc31b90d7
parent 37771 1bec64044b5e
child 37826 4c0a5e35931a
permissions -rw-r--r--
Heap_Monad uses Monad_Syntax

(*  Title:      HOL/Imperative_HOL/Imperative_HOL_ex.thy
    Author:     John Matthews, Galois Connections;
                Alexander Krauss, Lukas Bulwahn & Florian Haftmann, TU Muenchen
*)

header {* Monadic imperative HOL with examples *}

theory Imperative_HOL_ex
imports Imperative_HOL
  "ex/Imperative_Quicksort" "ex/Imperative_Reverse" "ex/Linked_Lists" "ex/SatChecker"
begin

end