|
| Sifflet.Foreign.ToHaskell |
|
|
| Description |
| Exports Sifflet to Haskell
Requires haskell-src package.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| User configurable options for export to Haskell.
Currently just a place-holder.
| | Constructors | | Instances | |
|
|
|
| Simplifying parentheses
This belongs elsewhere, since non-Haskelly things can also
be instances.
| | | Methods | | simplifyParens :: a -> a | Source |
|
| | Instances | |
|
|
|
| The default options for export to Haskell.
|
|
|
| Export functions with specified options to a file
Work needed: add a declaration import Sifflet.Data.Number.
|
|
|
A clause of a function binding
hsMatch :: ??
Converting Sifflet to Haskell syntax tree
Create a module from a module name and Functions.
|
|
|
| Create a declaration from a Function.
Needs work: infer and declare the type of the function.
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.6.1 |