-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Implement type 'any' and alt-type #61
Copy link
Copy link
Closed
Labels
A-frontendArea: Compiler frontend (errors, parsing and HIR)Area: Compiler frontend (errors, parsing and HIR)A-type-systemArea: Type systemArea: Type system
Milestone
Metadata
Metadata
Assignees
Labels
A-frontendArea: Compiler frontend (errors, parsing and HIR)Area: Compiler frontend (errors, parsing and HIR)A-type-systemArea: Type systemArea: Type system
Type
Fields
Give feedbackNo fields configured for issues without a type.
Similar to
altbut branches on the actual type of itsany-typed head expression rather than the value. Implement in full --- doesn't even parse at the moment. See manual. Should also include the 'any' type and how to inject/extract values from it.