curry-frontend-1.0.4: Compile the functional logic language Curry to several intermediate formats

Copyright(c) 2015 Björn Peemöller
2016 - 2017 Finn Teegen
LicenseBSD-3-clause
Maintainerbjp@informatik.uni-kiel.de
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

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.

Synopsis

Documentation

showModule :: Module -> String Source #

Show a IL module like by an devired Show instance