Open lukaszcz opened 1 year ago
The program
module localjudoc; import Stdlib.Prelude open; f : Nat -> Nat := let --- comment g (x : Nat) : Nat := x in g;
gives the error
| 7 | --- comment | ^ expecting :
The error message should say that judoc comments are not allowed here.
Improve the error message: "Judoc comment is not allowed here."
The program
gives the error
The error message should say that judoc comments are not allowed here.