Does Arrow have a Monoid instance for endofunctions?
b
Does Arrow have a Monoid instance for endofunctions?
m
You have a Monoid instance for Function1 which is esentially the same
you could write
typealias Endofunction<A> = Function1<A, A>
a
Maybe I’m wrong, but isn’t that an Endo?
💯 2
b
hmm, perhaps I need to update my Arrow
thanks guys
👍 1