Mercury Bugs - mercury | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000210 | mercury | Bug | public | 2011-08-17 13:26 | 2011-08-19 01:21 |
Reporter | aross | ||||
---|---|---|---|---|---|
Assigned To | juliensf | ||||
Priority | normal | Severity | text | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000210: Language Reference confuses maybeskel and listskel in "Insts, modes, and mode definitions" | ||||
Description | In section 4.1 (Insts, modes, and mode definitions) of the Mercury Language Reference Manual there is the following text: [quote] For example, the following declaration :- inst maybeskel(Inst) ---> no ; yes(Inst). defines the inst ‘listskel(Inst)’ to be a list skeleton whose elements have inst ‘Inst’; you can the use insts such as ‘listskel(listskel(free))’, which represents the instantiation state of a list of lists of free variables. [/quote] The declared inst (maybeskel) doesn't match the description (listskel). There is also a typo in the description: "can the use" should be "can then use". | ||||
Additional Information | version rotd-2011-08-15 | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files |
Notes | |||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2011-08-17 13:26 | aross | New Issue | |||
2011-08-17 14:25 | juliensf | Status | new => assigned | ||
2011-08-17 14:25 | juliensf | Assigned To | => juliensf | ||
2011-08-19 01:21 | juliensf | Note Added: 0000348 | |||
2011-08-19 01:21 | juliensf | Status | assigned => resolved | ||
2011-08-19 01:21 | juliensf | Resolution | open => fixed |