f 関数
f 値
f
Just (* 3)
purs(hs)class Functor f <= Apply f where apply :: forall a b. f (a -> b) -> f a -> f b
apply
ap