src/HOL/Codegenerator_Test/Candidates_Pretty.thy
author wenzelm
Sun, 20 May 2012 11:34:33 +0200
changeset 47884 21c42b095c84
parent 42842 6ef538f6a8ab
child 51143 0a2371e7ced3
permissions -rw-r--r--
try to avoid races again (cf. 8c37cb84065f and fd3a36e48b09);


(* Author: Florian Haftmann, TU Muenchen *)

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

theory Candidates_Pretty
imports Candidates Code_Char_ord Efficient_Nat
begin

end