Copyright | (c) 1999 - 2004 Wolfgang Lux 2005 Martin Engelke 2007 Sebastian Fischer 2011 - 2015 Björn Peemöller 2016 Jan Tikovsky |
---|---|
License | BSD-3-clause |
Maintainer | bjp@informatik.uni-kiel.de |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Modules
Description
This module controls the compilation of modules.
Documentation
compileModule :: Options -> ModuleIdent -> FilePath -> CYIO () Source #
parseModule :: Options -> ModuleIdent -> FilePath -> CYIO ([(Span, Token)], Module) Source #