flexiwrap-0.0.1: Flexible wrappers

Data.Flex.Applicative

Documentation

data FWPure t f Source

Constructors

FWPure 

newtype WrapPure f Source

Constructors

WrapPure 

Fields

unwrapPure :: forall a. a -> f a
 

newtype WrapCombine f Source

Constructors

WrapCombine 

Fields

unwrapCombine :: forall a b. f (a -> b) -> f a -> f b