src/HOL/ex/Codegenerator.thy
author paulson
Thu, 14 Jun 2007 13:18:59 +0200
changeset 23386 9255c1a75ba9
parent 23266 50f0a4f12ed3
child 23811 b18557301bf9
permissions -rw-r--r--
Now also handles FO problems

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