Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newtype OcamlBackendOptions Source #
data OcamlBackendState Source #
Orphan instances
Backend 'TargetOCaml Source # | |
type BackendOptions 'TargetOCaml Source # type BackendState 'TargetOCaml Source # parseOpts :: Parser (BackendOptions 'TargetOCaml) Source # initState :: LBNF -> GlobalOptions -> BackendOptions 'TargetOCaml -> Except String (BackendState 'TargetOCaml) Source # abstractSyntax :: LBNF -> State (BackendState 'TargetOCaml) Result Source # printer :: LBNF -> State (BackendState 'TargetOCaml) Result Source # lexer :: LBNF -> State (BackendState 'TargetOCaml) Result Source # parser :: LBNF -> State (BackendState 'TargetOCaml) Result Source # parserTest :: LBNF -> State (BackendState 'TargetOCaml) Result Source # makefile :: LBNF -> State (BackendState 'TargetOCaml) Result Source # |