src/HOL/Codegenerator_Test/Candidates_Pretty.thy
author bulwahn
Mon, 23 Aug 2010 16:47:57 +0200
changeset 38665 e92223c886f8
parent 37695 71e84a203c19
child 42842 6ef538f6a8ab
permissions -rw-r--r--
introducing simplification equations for inductive sets; added data structure for storing equations; rewriting retrieval of simplification equation for inductive predicates and sets


(* Author: Florian Haftmann, TU Muenchen *)

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

theory Candidates_Pretty
imports Candidates Code_Char Efficient_Nat
begin

end