src/Tools/Metis/metis_env.ML
author huffman
Mon, 08 Jun 2009 08:42:33 -0700
changeset 31525 472b844f8607
parent 23452 95b70054bb3a
child 33004 715566791eb0
permissions -rw-r--r--
generalize some lemmas

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