src/Pure/ML-Systems/mlworks.ML
changeset 4977 6cec2c0ffdbf
parent 4973 7420178bd2d9
child 5038 301c37df931d
equal deleted inserted replaced
4976:19f48dafe5d3 4977:6cec2c0ffdbf
    35 
    35 
    36 (*interface for toplevel pretty printers, see also Pure/install_pp.ML*)
    36 (*interface for toplevel pretty printers, see also Pure/install_pp.ML*)
    37 (*n.a.*)
    37 (*n.a.*)
    38 fun make_pp path pprint = ();
    38 fun make_pp path pprint = ();
    39 fun install_pp _ = ();
    39 fun install_pp _ = ();
       
    40 
       
    41 (*prompts*)
       
    42 (*n.a.??*)
       
    43 fun ml_prompts p1 p2 = ();
    40 
    44 
    41 
    45 
    42 (** Compiler-independent timing functions **)
    46 (** Compiler-independent timing functions **)
    43 
    47 
    44 (*Note start point for timing*)
    48 (*Note start point for timing*)