Module

Options.Applicative.Internal.Utils

Package
purescript-optparse
Repository
f-o-a-m/purescript-optparse

#unLines Source

unLines :: forall f. Foldable f => f String -> String

#unWords Source

unWords :: forall f. Foldable f => f String -> String

#whitespaceRegex Source

#apApplyFlipped Source

apApplyFlipped :: forall f b a. Apply f => f a -> f (a -> b) -> f b

#(<**>) Source

Operator alias for Options.Applicative.Internal.Utils.apApplyFlipped (left-associative / precedence 4)