Copyright | (c) 2015 Björn Peemöller 2016 - 2017 Finn Teegen |
---|---|
License | BSD-3-clause |
Maintainer | bjp@informatik.uni-kiel.de |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
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.
Synopsis
- showModule :: Module -> String