src/HOL/Codegenerator_Test/Generate.thy
author wenzelm
Thu, 28 Oct 2010 22:39:59 +0200
changeset 40239 c4336e45f199
parent 37825 adc1143bc1a8
child 40711 81bc73585eec
permissions -rw-r--r--
moved FOL/ex/Iff_Oracle.thy to HOL/ex where it is more accessible to most readers of isar-ref; tuned;


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