You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here the event foo accepts some arguments, but it cannot be used inside the statemachine, as it doesn't have name.
The parameter is parsed/desugard to a FunDefinitionParameter/1 node. If that happens to be inside an Event/3, it should produce a warning for the programmer.
The text was updated successfully, but these errors were encountered:
For example
Here the event
foo
accepts some arguments, but it cannot be used inside the statemachine, as it doesn't have name.The parameter is parsed/desugard to a
FunDefinitionParameter/1
node. If that happens to be inside anEvent/3
, it should produce a warning for the programmer.The text was updated successfully, but these errors were encountered: