src/Tools/Metis/metis_env.ML
author wenzelm
Sun, 08 Jun 2008 14:31:06 +0200
changeset 27094 2cf13a72e170
parent 23452 95b70054bb3a
child 33004 715566791eb0
permissions -rw-r--r--
updated generated file;

(* Metis-specific ML environment *)
nonfix ++ -- RL mem union subset;
val explode = String.explode;
val implode = String.implode;
val print = TextIO.print;