making SMLNJ happy
authorhaftmann
Fri, 23 Jan 2009 10:21:27 +0100
changeset 29618 8161c8e3fa10
parent 29617 b36bcbc1be3a
child 29619 82054da94a74
making SMLNJ happy
src/Pure/pure_setup.ML
--- a/src/Pure/pure_setup.ML	Thu Jan 22 11:23:15 2009 +0100
+++ b/src/Pure/pure_setup.ML	Fri Jan 23 10:21:27 2009 +0100
@@ -33,7 +33,7 @@
   map (fn (x, y) => Pretty.str (x ^ "=" ^ y)) o Position.properties_of));
 install_pp (make_pp ["Thm", "thm"] ProofDisplay.pprint_thm);
 install_pp (make_pp ["Thm", "cterm"] ProofDisplay.pprint_cterm);
-install_pp (make_pp ["Binding", "T"] (Pretty.pprint o Pretty.str o Binding.display));
+install_pp (make_pp ["Binding", "binding"] (Pretty.pprint o Pretty.str o Binding.display));
 install_pp (make_pp ["Thm", "ctyp"] ProofDisplay.pprint_ctyp);
 install_pp (make_pp ["Context", "theory"] Context.pprint_thy);
 install_pp (make_pp ["Context", "theory_ref"] Context.pprint_thy_ref);