src/HOL/Codegenerator_Test/Candidates_Pretty.thy
author wenzelm
Mon, 11 Feb 2013 14:39:04 +0100
changeset 51085 d90218288d51
parent 42842 6ef538f6a8ab
child 51143 0a2371e7ced3
permissions -rw-r--r--
make WWW_Find work again, now that its ML modules reside within a theory context (cf. bf5b45870110) -- patch by Rafal Kolanski;
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
42842
6ef538f6a8ab adding Code_Char_ord to code generation regression tests
bulwahn
parents: 37695
diff changeset
     7
imports Candidates Code_Char_ord Efficient_Nat
24195
haftmann
parents:
diff changeset
     8
begin
haftmann
parents:
diff changeset
     9
haftmann
parents:
diff changeset
    10
end