| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
DDC.Core.Transform.Snip
Description
Snip out nested applications.
- class Snip c where
- data Config = Config {}
- configZero :: Config
Documentation
Class of things that can have things snipped out of them.
Minimal complete definition
Snipper configuration.
Constructors
| Config | |
Fields
| |
configZero :: Config Source #
Snipper configuration with all flags set to False.