lambda-options-0.9.1.0: Declarative command line parser using type-driven pattern matching.

Safe HaskellSafe
LanguageHaskell2010

Text.LambdaOptions.Internal.Opaque

Documentation

data Opaque where Source #

Constructors

Opaque :: Typeable a => a -> Opaque 

type OpaqueCallback r = [Opaque] -> r Source #