Mercury Bugs - mercury | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000313 | mercury | Bug | public | 2014-01-28 06:08 | 2014-01-28 09:45 |
| Reporter | lpimmes | ||||
|---|---|---|---|---|---|
| Assigned To | |||||
| Priority | high | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Platform | OS | osx | OS Version | 10.9.1 | |
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0000313: array module declared, but compiler complains | ||||
| Description | :- pred main(io, io). :- mode main(di, uo) is det. :- implementation. :- import_module array, int, list, string. :- func rodCut(array, int, int, int) = int. :- mode rodCut(in, in, in, in) = out is det. | ||||
| Steps To Reproduce | rodcut 495>mmc --make --fully-strict -E -v -O 0 --use-subdirs rodcut rodcut.m:046: In definition of function `rodcut.rodCut'/6: rodcut.m:046: error: undefined type `array'/0. | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
|---|---|---|---|---|---|
| 2014-01-28 06:08 | lpimmes | New Issue | |||
| 2014-01-28 09:44 | pbone | Note Added: 0000615 | |||
| 2014-01-28 09:45 | juliensf | Note Added: 0000616 | |||
| 2014-01-28 09:45 | pbone | Note Added: 0000617 | |||
| 2014-01-28 09:45 | pbone | Status | new => closed | ||
| 2014-01-28 09:45 | pbone | Resolution | open => no change required | ||