src/HOL/Imperative_HOL/Imperative_HOL_ex.thy
changeset 37959 6fe5fa827f18
parent 37845 b70d7a347964
child 37970 f36980b37af5
equal deleted inserted replaced
37958:9728342bcd56 37959:6fe5fa827f18
    12 
    12 
    13 definition "everything = (Array.new, Array.of_list, Array.make, Array.len, Array.nth,
    13 definition "everything = (Array.new, Array.of_list, Array.make, Array.len, Array.nth,
    14   Array.upd, Array.map_entry, Array.swap, Array.freeze,
    14   Array.upd, Array.map_entry, Array.swap, Array.freeze,
    15   ref, Ref.lookup, Ref.update, Ref.change)"
    15   ref, Ref.lookup, Ref.update, Ref.change)"
    16 
    16 
    17 export_code everything checking SML SML_imp OCaml? OCaml_imp? Haskell? Scala?
    17 export_code everything checking SML SML_imp OCaml? OCaml_imp? Haskell? (*Scala?*)
    18 
    18 
    19 end
    19 end