| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Bond.Codegen.Haskell.Decl
Documentation
data CodegenOpts Source #
Constructors
| CodegenOpts | |
Fields
| |
type CodegenOutput = [ModuleCode] Source #
data ModuleCode Source #
Constructors
| ModuleCode | |
Fields
| |
decl_hs :: CodegenOpts -> MappingContext -> [Declaration] -> CodegenOutput Source #
decl_hsboot :: CodegenOpts -> MappingContext -> [Declaration] -> CodegenOutput Source #