src/HOL/ex/Codegenerator.thy
author wenzelm
Tue, 05 Jun 2007 18:36:10 +0200
changeset 23260 eb6d86fb7ed3
parent 22845 5f9138bcb3d7
child 23266 50f0a4f12ed3
permissions -rw-r--r--
tuned;

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