Module

Options.Applicative.Internal.Utils

#unLines

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

#unWords

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

#whitespaceRegex

#startsWith

#apApplyFlipped

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

#(<**>)

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

Modules