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