>
Le 31 oct. 08 à 18:49, denis a écrit :
> You can do it by adding the term
> {error, {Line, Module, Msg::io_list()}}
> into the AST.
>
> You can generate an error in a module, and look at the generated AST
> to have an example.
Thank you! It is exactly what I was looking for, and it provides a
nicer interface to our compile-time checks.
Paul