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 often work with code that can optimize/specialize operations for constructs like identity, Base.Fix1 and Base.Fix2. @haberdashPI would you be open to a PR that adds special handling for @lf(_), @lf(obj, _) and @lf(_, obj)?
The text was updated successfully, but these errors were encountered:
I often work with code that can optimize/specialize operations for constructs like
identity
,Base.Fix1
andBase.Fix2
. @haberdashPI would you be open to a PR that adds special handling for@lf(_)
,@lf(obj, _)
and@lf(_, obj)
?The text was updated successfully, but these errors were encountered: