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
If your parameter has odd characters in the string, you can't use the # syntax for overloaded labels. Instead you need an explicit builder like fn ! namedArg @"my-arg" 5.
The text was updated successfully, but these errors were encountered:
The docs would explain exactly this: "You may be tempted to use fancy strings for your arguments like "my-arg" because the type-level annotation allows it. But using this at the label level is not yet supported (see proposal) and requires that you do this: fromLabel @"my-arg". The idea of the doc being: Avoid people coming to GitHub and posting my question again. :)
If your parameter has odd characters in the string, you can't use the
#
syntax for overloaded labels. Instead you need an explicit builder likefn ! namedArg @"my-arg" 5
.The text was updated successfully, but these errors were encountered: