how to resolve different kinds of nodes in different contexts? #356
Unanswered
BrianHicks
asked this question in
Q&A
Replies: 1 comment 1 reply
-
ah, I think I figured it out: use a different resolution scope. Instead of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting started using stack-graphs to provide jumps for Elm. I'm curious how to approach the following situation: in Elm, you can define a tagged union type with a tag with the same name as the type. Here's what I expect a test would look like:
How would I annotate the graph to get this behavior?
Beta Was this translation helpful? Give feedback.
All reactions