src/Tools/Metis/metis_env.ML
author wenzelm
Sat, 28 Feb 2009 14:09:58 +0100
changeset 30161 c26e515f1c29
parent 23452 95b70054bb3a
child 33004 715566791eb0
permissions -rw-r--r--
removed Ids;

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