Copyright | (c) 2000 - 2004 Wolfgang Lux 2005 Martin Engelke 2011 - 2016 Björn Peemöller 2015 Jan Tikovsky 2016 Finn Teegen |
---|---|
License | BSD-3-clause |
Maintainer | bjp@informatik.uni-kiel.de |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
This module provides the computation of the exported interface of a
compiled module. The function exportInterface
uses the expanded export
specifications and the corresponding environments in order to compute
the interface of the module.
Documentation
exportInterface :: CompilerEnv -> Module a -> Interface Source #