j
k
j a
j l
This is incorrect. (<*) = liftA2 const (*>) = liftA2 (flip const) On 19/11/19 6:40 am, Keith wrote:
Just thinking for Applicative ((->) c) (<*) = const (*>) = flip const -- or \ _ x -> x
Attachments:
Back to the thread
Back to the list