# HG changeset patch # User haftmann # Date 1188131838 -7200 # Node ID df56b9779a3d13d71dc9eaee8587461959c29438 # Parent 76372c3847a29e9c3e6768c59b01593355a54357 made SML/NJ happy diff -r 76372c3847a2 -r df56b9779a3d src/HOL/ex/Codegenerator.thy --- a/src/HOL/ex/Codegenerator.thy Sun Aug 26 01:19:20 2007 +0200 +++ b/src/HOL/ex/Codegenerator.thy Sun Aug 26 14:37:18 2007 +0200 @@ -8,6 +8,11 @@ imports ExecutableContent begin +ML {* +nonfix union; +nonfix inter; +*} + export_code * in SML module_name CodegenTest in OCaml file - in Haskell file -