Feature request: machine-local types #679
toddlipcon
started this conversation in
Feature Request!
Replies: 1 comment
-
Noted and added to the list of feature requests. We will add it to the language as we see more demand for it. Thanks!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, it seems like types are always global constructs. Sometimes I want to use a type as an internal implementation detail for a machine's state. It would be nice to be able to define a type nested within a machine scope, in the same way that a function can be defined in that scope.
Beta Was this translation helpful? Give feedback.
All reactions