src/Pure/ML-Systems/smlnj.ML
changeset 59127 723b11f8ffbf
parent 59055 5a7157b8e870
child 59468 fe6651760643
equal deleted inserted replaced
59126:ff0703716c51 59127:723b11f8ffbf
    63     Control.Print.printDepth := dest_int n div 2;
    63     Control.Print.printDepth := dest_int n div 2;
    64     Control.Print.printLength := dest_int n);
    64     Control.Print.printLength := dest_int n);
    65   val _ = default_print_depth 10;
    65   val _ = default_print_depth 10;
    66 end;
    66 end;
    67 
    67 
    68 val ml_make_string = "(fn _ => \"?\")";
    68 fun ml_make_string (_: string) = "(fn _ => \"?\")";
    69 
    69 
    70 
    70 
    71 (*prompts*)
    71 (*prompts*)
    72 fun ml_prompts p1 p2 =
    72 fun ml_prompts p1 p2 =
    73   (Control.primaryPrompt := p1; Control.secondaryPrompt := p2);
    73   (Control.primaryPrompt := p1; Control.secondaryPrompt := p2);