src/HOL/ex/Codegenerator_Pretty.thy
author haftmann
Wed, 03 Mar 2010 17:21:45 +0100
changeset 35550 e2bc7f8d8d51
parent 31378 d1cbf6393964
permissions -rw-r--r--
restructured RBT theory


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