Re: deprecated: ISO-Latin1 characters in identifiers, plus Illegal character
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <[email protected]> |
I seem to, but I am not. It is something quite common actually in the OCaml interpreter when a syntax error is encountered : in the display of the interpreter's reaction, the error message gets garbled with the text region from where the error comes. Thus, as the error comes from the execution of the #use"get_intf.ml";; directive, the interpreter should answer something like #use"get_intf.ml";; Error : Illegal character (???) but for some reason it gets confused and misplaces some question marks.