equal
deleted
inserted
replaced
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 |