Closed kylegoetz closed 2 weeks ago
the parser for :+ and +: allow optional List. to come befor, but what if it's lib.base.data.List.:+ for example?
List.
lib.base.data.List.:+
Write a utility function like pathify that takes something and allows a path right before it
pathify
Have discussed with Unison team, and it was a mistake to say List. can appear in the special list patterns
As such, will not fix.
the parser for :+ and +: allow optional
List.
to come befor, but what if it'slib.base.data.List.:+
for example?Write a utility function like
pathify
that takes something and allows a path right before it