src/HOL/ex/Codegenerator.thy
author wenzelm
Wed, 13 Jun 2007 18:30:11 +0200
changeset 23373 ead82c82da9e
parent 23266 50f0a4f12ed3
child 23811 b18557301bf9
permissions -rw-r--r--
tuned proofs: avoid implicit prems;

(*  ID:         $Id$
    Author:     Florian Haftmann, TU Muenchen
*)

header {* Tests and examples for code generator *}

theory Codegenerator
imports ExecutableContent
begin

code_gen "*" in SML in OCaml file - in OCaml file -
code_gen in SML in OCaml file - in OCaml file -

end