src/HOL/Imperative_HOL/Imperative_HOL_ex.thy
author haftmann
Wed, 14 Jul 2010 16:13:14 +0200
changeset 37826 4c0a5e35931a
parent 37771 1bec64044b5e
child 37829 11f813e86305
permissions -rw-r--r--
avoid export_code ... file -

(*  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

export_code "Array.*" "Ref.*" checking SML SML_imp OCaml? OCaml_imp? Haskell?

end