lambda-options-0.9.0.0: A modern command-line parser for Haskell.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.LambdaOptions.Internal.Opaque

Documentation

data Opaque where Source

Constructors

Opaque :: Typeable a => a -> Opaque 

type OpaqueCallback r = [Opaque] -> r Source