src/HOL/ex/Codegenerator.thy
author haftmann
Mon, 27 Aug 2007 11:34:14 +0200
changeset 24433 4a405457e9d6
parent 24432 d555d941f983
child 24718 16b11ba36350
permissions -rw-r--r--
added explicit equation for equality of nested environments

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

header {* Tests and examples for code generator *}

theory Codegenerator
imports ExecutableContent
begin

ML {* (*FIXME get rid of this*)
nonfix union;
nonfix inter;
*}

export_code * in SML module_name CodegenTest
  in OCaml file -
  in Haskell file -

ML {*
infix union;
infix inter;
*}

end