ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
4
5
6
7
{
  "code": "ILO-T003",
  "long": "## ILO-T003: undefined type\n\nA type name used in a signature or record literal is not defined.\n\n**Example:**\n\n    f x:Point>n;x.val   -- 'Point' is not defined\n\n**Fix:** add a `type Point { ... }` declaration, or correct the spelling.\n",
  "phase": "verify",
  "schemaVersion": 1,
  "short": "undefined type"
}