Safe Haskell | None |
---|
Language.Haskell.DTC.Mod
Description
Some useful functions.
Documentation
modifyHsDecls :: ([Decl] -> [Decl]) -> Module -> ModuleSource
Lift a function over [
HsDecl
]
to a function over HsModule
.
unBangType :: BangType -> TypeSource
Skip a bang in a type.