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

Copyright(c) 2000 - 2003, Wolfgang Lux 2011 , Björn Peemöller 2016 , Jan Tikovsky
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.