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
Currently lambdas do not receive any names in the symbols field of the generated code. While this does not matter for normal development, it can be useful to identify them while in debug mode.
Currently lambdas do not receive any names in the
symbols
field of the generated code. While this does not matter for normal development, it can be useful to identify them while in debug mode.Proposal:
fun#$(ParentFunName)#$(LineNumber)#$(ColumnNumber)
, egwould give the lambda the name
fun#.Ns.funkcja#2#23
The text was updated successfully, but these errors were encountered: