Data.V.Linear.Internal.Instances
Contents
Description
This module contains all instances for V
Methods
fmap :: (a %1 -> b) -> V n a %1 -> V n b Source #
pure :: a -> V n a Source #
(<*>) :: V n (a %1 -> b) %1 -> V n a %1 -> V n b Source #
liftA2 :: (a %1 -> b %1 -> c) -> V n a %1 -> V n b %1 -> V n c Source #
traverse :: Applicative f => (a %1 -> f b) -> V n a %1 -> f (V n b) Source #
sequence :: Applicative f => V n (f a) %1 -> f (V n a) Source #