Ticket #1384 (closed bug: fixed)
Exporting a module that isn't imported doesn't fail
| Reported by: | igloo | Owned by: | igloo |
|---|---|---|---|
| Priority: | high | Milestone: | 6.8.1 |
| Component: | Compiler | Version: | 6.7 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | rnfail028 | Blocked By: | |
| Blocking: | Related Tickets: |
Description
Exporting a module that isn't imported doesn't fail.
An example is, from rnfail028:
-- !!! illegal to export a module we haven't imported. module ShouldFail ( module List ) where
Change History
Note: See
TracTickets for help on using
tickets.
