aaronpeikert / StenoGraphs.jl

Write meta graphs quickly
https://aaronpeikert.github.io/StenoGraphs.jl/
MIT License
5 stars 3 forks source link

`NodeModifier` are erased by arrows #45

Closed aaronpeikert closed 2 years ago

aaronpeikert commented 2 years ago
julia> @StenoGraph a^Label("A") → b^Label("B")
a → b^Label("B") # where the fuck is `Label("A")`?