| Copyright | (c) Sebastian Fischer 2008 Björn Peemöller 2011 - 2015 |
|---|---|
| License | BSD-3-clause |
| Maintainer | bjp@informatik.uni-kiel.de |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Curry.Syntax.ShowModule
Description
Transform a CurrySyntax module into a string representation without any pretty printing.
Behaves like a derived Show instance even on parts with a specific one.
- showModule :: Module -> String