 | syb-with-class-0.3: Scrap Your Boilerplate With Class | Contents | Index |
|
| Data.Generics.SYB.WithClass.Context |
|
|
|
|
|
|
| Documentation |
|
| class Sat a where |
| | Methods | | | Instances | |
|
|
| data NoCtx a |
Instances | |
|
|
| noCtx :: NoCtx () |
|
| data PairCtx l r a |
| Constructors | | PairCtx | | | leftCtx :: (l a) | | | rightCtx :: (r a) | |
|
| Instances | |
|
|
| pairCtx :: l () -> r () -> PairCtx l r () |
|
| Produced by Haddock version 0.8 |