leastfixedpoint
~tonyg
Projects
Blog
Contact
Archived tweet #10752 from the
@leastfixedpoint Twitter Archive
Is there a standard name for this? send :: Functor f => f (a -> b) -> a -> f b send o m = fmap ($ m) o