| Anonymous | Login | Signup for a new account | 2013-05-21 05:11 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
| 0005631 | OCaml | OCaml typing | public | 2012-06-01 05:19 | 2012-06-01 10:24 | |||||||
| Reporter | frisch | |||||||||||
| Assigned To | frisch | |||||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | |||||||
| Status | resolved | Resolution | fixed | |||||||||
| Platform | OS | OS Version | ||||||||||
| Product Version | ||||||||||||
| Target Version | Fixed in Version | |||||||||||
| Summary | 0005631: Missed unused open | |||||||||||
| Description | In the following, the "open M" is useless, but not detected as such: ------------------------------ module M = struct type t = unit end open M type t = unit let f (x : t) = x ------------------------------ | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-06-01 05:19 | frisch | New Issue | |
| 2012-06-01 05:19 | frisch | Status | new => assigned |
| 2012-06-01 05:19 | frisch | Assigned To | => frisch |
| 2012-06-01 10:21 | frisch | Note Added: 0007500 | |
| 2012-06-01 10:24 | frisch | Status | assigned => resolved |
| 2012-06-01 10:24 | frisch | Resolution | open => fixed |
| Copyright © 2000 - 2011 MantisBT Group |