src/Tools/Metis/metis_env.ML
author huffman
Thu, 18 Jun 2009 08:27:21 -0700
changeset 31711 78d06ce5d359
parent 23452 95b70054bb3a
child 33004 715566791eb0
permissions -rw-r--r--
update to use new GCD library
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
23452
95b70054bb3a renamed metis-env.ML to metis_env.ML;
wenzelm
parents:
diff changeset
     1
(* Metis-specific ML environment *)
95b70054bb3a renamed metis-env.ML to metis_env.ML;
wenzelm
parents:
diff changeset
     2
nonfix ++ -- RL mem union subset;
95b70054bb3a renamed metis-env.ML to metis_env.ML;
wenzelm
parents:
diff changeset
     3
val explode = String.explode;
95b70054bb3a renamed metis-env.ML to metis_env.ML;
wenzelm
parents:
diff changeset
     4
val implode = String.implode;
95b70054bb3a renamed metis-env.ML to metis_env.ML;
wenzelm
parents:
diff changeset
     5
val print = TextIO.print;