| Copyright | (c) 2016 Jan Tikovsky 2016 Finn Teegen |
|---|---|
| License | BSD-3-clause |
| Maintainer | jrt@informatik.uni-kiel.de |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Checks.ImportSyntaxCheck
Description
This module provides the function importCheck to check and expand
the import specifications of all import declarations.
Documentation
importCheck :: Interface -> Maybe ImportSpec -> (Maybe ImportSpec, [Message]) Source #