envparse-0.4: Parse environment variables
Env.Internal.Free
Contents
Description
Alt F is the free Alternative functor on F
Alt F
Alternative
F
Synopsis
data Alt f a where Source
Constructors
Instances
liftAlt :: f a -> Alt f a Source
runAlt :: forall f g a. Alternative g => (forall x. f x -> g x) -> Alt f a -> g a Source
foldAlt :: Monoid p => (forall a. f a -> p) -> Alt f b -> p Source
hoistAlt :: forall f g b. Functor g => (forall a. f a -> g a) -> Alt f b -> Alt g b Source
inspect :: Alt f a -> String Source
Print the free structure