docs / errors / E07

E07 List or tuple arity

Constant
E_LIST_ARITY
Specification
§6
Lenient mode
Recorded and the document is built anyway

A list has fewer or more elements than allowed, or a tuple does not have exactly the declared ones.

How to see it

In the playground, “Editor & validator” tab, the “Inject 3 errors” button triggers E04, E05, E08 and E09 on the loaded example. From the command line, mini diagnose archivo.mini prints a JSON report with every error and the lines to regenerate.

← E06E08 →