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
Function1 provides andThen and composewhile Function2 provides curried and tupled. These should be supported by the function transformation procedure directly, without transforming from MiniboxedFunctionX to FunctionX and then back. Right now, we're safe because anonymous functions are not transformed, but we'll have to do that as part of #114:
Function1
providesandThen
andcompose
whileFunction2
providescurried
andtupled
. These should be supported by the function transformation procedure directly, without transforming fromMiniboxedFunctionX
toFunctionX
and then back. Right now, we're safe because anonymous functions are not transformed, but we'll have to do that as part of #114:The text was updated successfully, but these errors were encountered: