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

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

Imports

Description

This module provides the function importModules to bring the imported entities into the module's scope, and the function qualifyEnv to qualify the environment prior to computing the export interface.

Synopsis

Documentation

importInterfaces :: Interface -> InterfaceEnv -> CompilerEnv Source #

The function importInterfaces brings the declarations of all imported interfaces into scope for the current Interface.