src/HOL/ex/Codegenerator_Pretty.thy
author boehmes
Fri, 23 Oct 2009 14:22:36 +0200
changeset 33082 ccefc096abc9
parent 31378 d1cbf6393964
permissions -rw-r--r--
ignore error messages produced by ATPs


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