src/Tools/Metis/metis_env.ML
author haftmann
Thu, 28 Jun 2007 19:09:35 +0200
changeset 23513 2ebb50c0db4f
parent 23452 95b70054bb3a
child 33004 715566791eb0
permissions -rw-r--r--
tuned

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