diff options
| author | Gabriel Kerneis | 2013-08-01 12:22:42 +0100 |
|---|---|---|
| committer | Gabriel Kerneis | 2013-08-01 12:22:42 +0100 |
| commit | 8bb73c52a686a912887d349465d85241b6e8a312 (patch) | |
| tree | 38fc2cb223202ee100ab6b71eea74188e3457ae3 /src/_build/reporting_basic.mli | |
| parent | 9fbac634d5986a3c067ba0dac29131a769461e2d (diff) | |
Lex and discard comments
Diffstat (limited to 'src/_build/reporting_basic.mli')
| -rw-r--r-- | src/_build/reporting_basic.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_build/reporting_basic.mli b/src/_build/reporting_basic.mli index 3cfdf864..8074695b 100644 --- a/src/_build/reporting_basic.mli +++ b/src/_build/reporting_basic.mli @@ -83,7 +83,7 @@ type error = | Err_syntax of Lexing.position * string | Err_syntax_locn of Parse_ast.l * string - | Err_lex of Lexing.position * char + | Err_lex of Lexing.position * string | Err_type of Parse_ast.l * string exception Fatal_error of error |
