| Anonymous | Login | Signup for a new account | 2013-05-18 22:29 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 | |||
| 0005850 | OCaml | OCaml documentation | public | 2012-12-08 19:41 | 2013-02-19 11:54 | |||
| Reporter | micinski | |||||||
| Assigned To | ||||||||
| Priority | normal | Severity | minor | Reproducibility | N/A | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 4.00.0 | |||||||
| Target Version | Fixed in Version | |||||||
| Summary | 0005850: Polymorphic variant typo in Manual | |||||||
| Description | In the Manual, Chapter 4 on Polymorphic variants reads as follows: "That is, if you have defined type myvariant = [`Tag1 int | `Tag2 bool], then the pattern #myvariant is equivalent to writing (`Tag1(_ : int) | `Tag2(_ : bool))." However, this is not correct, it should read: That is, if you have defined type myvariant = [`Tag1 of int | `Tag2 of bool], then the pattern #myvariant is equivalent to writing (`Tag1(_ : int) | `Tag2(_ : bool)). | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-12-08 19:41 | micinski | New Issue | |
| 2013-02-19 11:54 | doligez | Note Added: 0008870 | |
| 2013-02-19 11:54 | doligez | Status | new => closed |
| 2013-02-19 11:54 | doligez | Resolution | open => fixed |
| Copyright © 2000 - 2011 MantisBT Group |