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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24195
haftmann
parents:
diff changeset
     1
31378
d1cbf6393964 tuned code generator test theories
haftmann
parents: 29933
diff changeset
     2
(* Author: Florian Haftmann, TU Muenchen *)
d1cbf6393964 tuned code generator test theories
haftmann
parents: 29933
diff changeset
     3
d1cbf6393964 tuned code generator test theories
haftmann
parents: 29933
diff changeset
     4
header {* Generating code using pretty literals and natural number literals  *}
24195
haftmann
parents:
diff changeset
     5
37695
71e84a203c19 introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 31378
diff changeset
     6
theory Candidates_Pretty
71e84a203c19 introduced distinct session HOL-Codegenerator_Test
haftmann
parents: 31378
diff changeset
     7
imports Candidates Code_Char Efficient_Nat
24195
haftmann
parents:
diff changeset
     8
begin
haftmann
parents:
diff changeset
     9
haftmann
parents:
diff changeset
    10
end