| Safe Haskell | None |
|---|
Data.Record.Context
- data ContextStyle context style
- app :: (Style style, Record (K style) record) => record (ContextStyle context style) -> context -> record style
Documentation
data ContextStyle context style Source
The context consumer and context producer record styles.
ContextConnectorStyle context is the style of context consumer records with
context Consumercontext and ContextConnectorStyle context is the style of context
producer records with context Producercontext. Fields of context connector style records have
the form name ::~~ connectorGenerator.
Instances
| Style style => Style (ContextStyle context style) |