src/Tools/Metis/metis_env.ML
author wenzelm
Sun, 11 Jan 2009 21:49:59 +0100
changeset 29450 ac7f67be7f1f
parent 23452 95b70054bb3a
child 33004 715566791eb0
permissions -rw-r--r--
tuned categories;

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