src/HOL/Codegenerator_Test/Candidates_Pretty.thy
author haftmann
Fri, 15 Feb 2013 11:47:33 +0100
changeset 51160 599ff65b85e2
parent 51143 0a2371e7ced3
permissions -rw-r--r--
systematic conversions between nat and nibble/char; more uniform approaches to execute operations on nibble/char
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
51160
599ff65b85e2 systematic conversions between nat and nibble/char;
haftmann
parents: 51143
diff changeset
     7
imports Candidates Code_Char Code_Target_Numeral
24195
haftmann
parents:
diff changeset
     8
begin
haftmann
parents:
diff changeset
     9
haftmann
parents:
diff changeset
    10
end