v2.18.0
- Don't report unused optional arguments for functions annotated
@live
or@genType
. - Add support for
@live
ordead
at toplevel in a type declaration. Equivalent to annotating all the record fields / variant cases. - Turn off dead code reporting on externals by default. Add option
-externals
to turn back on.