Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Interpreter (module) contexts for hsc3.
Synopsis
- type Context = [(String, Maybe String, String)]
- context_format :: Context -> [String]
- context_write :: FilePath -> Context -> IO ()
- min_context :: Context
- std_context :: Context
Documentation
context_format :: Context -> [String] Source #
Format a Context as a sequence of import commands.
min_context :: Context Source #
Minimal hsc3 context
std_context :: Context Source #
Standard hsc3 context