curry-frontend-0.4.2: Lexer, parser, type checker, etc. for the Curry language

Copyright(c) 2000 - 2004 Wolfgang Lux
2005 Martin Engelke
2011 - 2016 Björn Peemöller
2015 Jan Tikovsky
LicenseBSD-3-clause
Maintainerbjp@informatik.uni-kiel.de
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Exports

Description

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