src/HOL/ex/Codegenerator.thy
author haftmann
Sun, 06 May 2007 21:50:17 +0200
changeset 22845 5f9138bcb3d7
parent 22297 757ace95c4a0
child 23266 50f0a4f12ed3
permissions -rw-r--r--
changed code generator invocation syntax

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