LetDecl struct

Defined in module ast (ast.l0).

Represents the LetDecl structure.

Fields

name: string
type_ref: TypeRef*
value: ExprId
span: Span