src/Tools/Metis/metis_env.ML
author wenzelm
Thu, 21 Jun 2007 13:53:53 +0200
changeset 23452 95b70054bb3a
child 33004 715566791eb0
permissions -rw-r--r--
renamed metis-env.ML to metis_env.ML;

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