Copyright | (c) 2015 Björn Peemöller |
---|---|
License | BSD-3-clause |
Maintainer | bjp@informatik.uni-kiel.de |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
IL.ShowModule
Description
This module implements a generic show function comparable to the one
obtained by deriving Show
. However, the internal representation of
identifiers is hidden to avoid syntactic clutter.
Documentation
showModule :: Module -> String Source #