| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
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) Source # | |
| type K (ContextStyle context style) Source # | |
| type Value (ContextStyle context style) sort Source # | |