SCM Repository
[diderot] Diff of /branches/vis12/src/compiler/common/error.sml
Diff of /branches/vis12/src/compiler/common/error.sml
Parent Directory
|
Revision Log
|
Patch
217 |
pr |
pr |
218 |
end |
end |
219 |
|
|
220 |
fun report (outStrm, es as ES{errors, numErrors, numWarnings, ...}) = |
fun report (outStrm, es as ES{errors, ...}) = |
221 |
List.app (printError (outStrm, es)) (sort (!errors)); |
List.app (printError (outStrm, es)) (sort (!errors)) |
222 |
|
|
223 |
(* a term marked with a source-map span *) |
(* a term marked with a source-map span *) |
224 |
type 'a mark = {span : span, tree : 'a} |
type 'a mark = {span : span, tree : 'a} |
|
Legend:
Removed from v.2158 |
|
changed lines |
|
Added in v.2159 |
|
|