src/HOL/Codegenerator_Test/Generate_Binary_Nat.thy
author haftmann
Tue, 14 Oct 2014 08:23:23 +0200
changeset 58678 398e05aa84d4
parent 54228 229282d53781
child 58889 5b7a9633cfa8
permissions -rw-r--r--
purely algebraic characterization of even and odd


(* Author: Florian Haftmann, TU Muenchen *)

header {* Pervasive test of code generator *}

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

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