src/HOL/Codegenerator_Test/Candidates_Pretty.thy
author bulwahn
Fri, 11 Nov 2011 12:10:49 +0100
changeset 45461 130c90bb80b4
parent 42842 6ef538f6a8ab
child 51143 0a2371e7ced3
permissions -rw-r--r--
using more conventional names for monad plus operations


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