src/HOL/Codegenerator_Test/Candidates_Pretty.thy
author Christian Sternagel
Wed, 29 Aug 2012 10:57:24 +0900
changeset 49081 092668a120cc
parent 42842 6ef538f6a8ab
child 51143 0a2371e7ced3
permissions -rw-r--r--
changed arguement order of suffixeq (to facilitate reading "suffixeq xs ys" as "xs is a (possibly empty) suffix of ys)


(* 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