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
I think this is something that would be pretty straightfoward using a tt-muncher, which we're already going to need fairly soon. We'd just need to support both ident and literal matches in our match arms. If you pass something other than a string through then we'll catch it attempting to convert that value into a Key.
Currently it uses an
indent
, which doesn't allow for static strings. I would like to be able to do the following:It could be that this is very niche and complex to implement, in which case we can continue using our work around.
Related #436, /cc @KodrAus
The text was updated successfully, but these errors were encountered: