src/Pure/RAW/pp_dummy.ML
author Manuel Eberl <eberlm@in.tum.de>
Tue, 19 Jan 2016 11:19:25 +0100
changeset 62201 eca7b38c8ee5
parent 61925 ab52f183f020
permissions -rw-r--r--
Added approximation of powr to NEWS/CONTRIBUTORS

(*  Title:      Pure/RAW/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;