author | wenzelm |
Tue, 17 Dec 1996 12:50:03 +0100 | |
changeset 2425 | 4db9e4a150d6 |
parent 2424 | a310d0c89789 |
child 2426 | dc9dcdb43b4f |
--- a/src/Pure/ML-Systems/smlnj-1.09.ML Mon Dec 16 16:06:56 1996 +0100 +++ b/src/Pure/ML-Systems/smlnj-1.09.ML Tue Dec 17 12:50:03 1996 +0100 @@ -14,6 +14,10 @@ fun print_depth n = (Compiler.Control.Print.printDepth := n div 2; Compiler.Control.Print.printLength := n); +Compiler.Control.primaryPrompt := "> "; +Compiler.Control.secondaryPrompt := "# "; + + (*Interface for toplevel pretty printers, see also Pure/install_pp.ML*) fun make_pp path pprint =