src/HOL/ex/Codegenerator_Pretty.thy
author huffman
Sun, 09 May 2010 22:51:11 -0700
changeset 36778 739a9379e29b
parent 31378 d1cbf6393964
permissions -rw-r--r--
avoid using real-specific versions of generic lemmas


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