src/Pure/ML-Systems/pp_dummy.ML
author wenzelm
Mon, 29 Aug 2011 16:28:51 +0200
changeset 44572 63d460db4919
parent 38635 f76ad0771f67
permissions -rw-r--r--
invoke in Swing thread to make double sure;

(*  Title:      Pure/ML-Systems/pp_dummy.ML

Dummy setup for toplevel pretty printing.
*)

fun ml_pretty _ = raise Fail "ml_pretty dummy";
fun pretty_ml _ = raise Fail "pretty_ml dummy";

structure PolyML =
struct
  fun addPrettyPrinter _ = ();
  fun prettyRepresentation _ =
    raise Fail "PolyML.prettyRepresentation dummy";
  open PolyML;
end;