src/HOL/ex/Codegenerator_Pretty.thy
author haftmann
Tue, 02 Jun 2009 15:53:07 +0200
changeset 31378 d1cbf6393964
parent 29933 125d513d9e39
permissions -rw-r--r--
tuned code generator test theories


(* Author: Florian Haftmann, TU Muenchen *)

header {* Generating code using pretty literals and natural number literals  *}

theory Codegenerator_Pretty
imports "~~/src/HOL/ex/Codegenerator_Candidates" Code_Char Efficient_Nat
begin

declare isnorm.simps [code del]

end