src/HOL/Codegenerator_Test/Generate.thy
author eberlm <eberlm@in.tum.de>
Fri, 07 Oct 2016 10:45:21 +0200
changeset 64074 7dccbbd8d71d
parent 63167 0909deb8059b
child 65897 94b0da1b242e
permissions -rw-r--r--
Set_Permutations -> Multiset_Permutations in NEWS


(* Author: Florian Haftmann, TU Muenchen *)

section \<open>Pervasive test of code generator\<close>

theory Generate
imports
  Candidates
  "~~/src/HOL/Library/AList_Mapping"
  "~~/src/HOL/Library/Finite_Lattice"
begin

text \<open>
  If any of the checks fails, inspect the code generated
  by a corresponding \<open>export_code\<close> command.
\<close>

export_code _ checking SML OCaml? Haskell? Scala

end