Noogλe
search input
Function of the day
Add an
extendmethod to the result of a function.Type
withExtend :: (a -> b) -> b & { extend :: (a -> b -> c) -> b & c }
Add an extend method to the result of a function.
withExtend :: (a -> b) -> b & { extend :: (a -> b -> c) -> b & c }