src/Tools/Metis/metis_env.ML
author haftmann
Fri, 07 Dec 2007 15:07:59 +0100
changeset 25571 c9e39eafc7a0
parent 23452 95b70054bb3a
child 33004 715566791eb0
permissions -rw-r--r--
instantiation target rather than legacy instance

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