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
Also, because of #17, it's impossible right now (with the hackage version) to just re-export it with a different name.
I understand that changing that name would be a huge breaking change, how about deprecating it and using something else? I'd use &=, but I must admit I haven't surveyed the conventions enough to be confident in my suggestion
The text was updated successfully, but these errors were encountered:
&
is usually reserved for a function of typea -> (a -> b) -> b
, but superrecord's&
shadows itAlso, because of #17, it's impossible right now (with the hackage version) to just re-export it with a different name.
I understand that changing that name would be a huge breaking change, how about deprecating it and using something else? I'd use
&=
, but I must admit I haven't surveyed the conventions enough to be confident in my suggestionThe text was updated successfully, but these errors were encountered: