src/Pure/ML-Systems/polyml.ML
changeset 30627 fb9e73c01603
parent 29638 1f8f3d26a2cf
child 30672 beaadd5af500
equal deleted inserted replaced
30626:248de8dd839e 30627:fb9e73c01603
    66     val instream = TextIO.openIn name;
    66     val instream = TextIO.openIn name;
    67     val txt = Exn.release (Exn.capture TextIO.inputAll instream before TextIO.closeIn instream);
    67     val txt = Exn.release (Exn.capture TextIO.inputAll instream before TextIO.closeIn instream);
    68   in use_text tune str_of_pos name_space (1, name) output verbose txt end;
    68   in use_text tune str_of_pos name_space (1, name) output verbose txt end;
    69 
    69 
    70 end;
    70 end;
       
    71 
       
    72 use "ML-Systems/polyml_pp.ML";
       
    73