src/HOL/ex/Codegenerator_Pretty.thy
author berghofe
Fri, 27 Nov 2009 16:26:04 +0100
changeset 33934 25d6a8982e37
parent 31378 d1cbf6393964
permissions -rw-r--r--
Streamlined setup for monotonicity rules (no longer requires classical rules).


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