src/HOL/Codegenerator_Test/Generate.thy
author smolkas
Wed, 28 Nov 2012 12:25:43 +0100
changeset 50267 1da2e67242d6
parent 40711 81bc73585eec
child 50629 264ece81df93
permissions -rw-r--r--
moved thms_of_name to Sledgehammer_Util and removed copies, updated references


(* Author: Florian Haftmann, TU Muenchen *)

header {* Pervasive test of code generator *}

theory Generate
imports Candidates
begin

subsection {* Check whether generated code compiles *}

text {*
  If any of the checks fails, inspect the code generated
  by a corresponding @{text export_code} command.
*}

export_code _ checking SML OCaml? Haskell? Scala?

end