| Anonymous | Login | Signup for a new account | 2013-05-26 01: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 | |||
| 0005726 | OCaml | OCaml documentation | public | 2012-08-14 18:06 | 2012-09-27 14:09 | |||
| Reporter | kosik | |||||||
| Assigned To | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | all | OS | all | OS Version | all | |||
| Product Version | 3.12.1 | |||||||
| Target Version | 4.00.1+dev | Fixed in Version | ||||||
| Summary | 0005726: typo in Section 7.14: First-class modules | |||||||
| Description | In the manual the following line: let devices : (string, module DEVICE) Hashtbl.t = Hashtbl.create 17 contains a syntax error. It should read: let devices : (string, (module DEVICE)) Hashtbl.t = Hashtbl.create 17 | |||||||
| Additional Information | The same syntax error was carried from Ocaml version 3.12 documentation to version 4.0. | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0007944) kosik (reporter) 2012-08-14 18:12 |
The correction was provided here: https://sympa.inria.fr/sympa/arc/caml-list/2012-08/msg00092.html [^] |
|
(0008168) doligez (manager) 2012-09-27 14:09 |
fixed (r 12957) |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-08-14 18:06 | kosik | New Issue | |
| 2012-08-14 18:12 | kosik | Note Added: 0007944 | |
| 2012-09-06 16:43 | doligez | Target Version | => 4.00.1+dev |
| 2012-09-27 14:09 | doligez | Note Added: 0008168 | |
| 2012-09-27 14:09 | doligez | Status | new => closed |
| 2012-09-27 14:09 | doligez | Resolution | open => fixed |
| Copyright © 2000 - 2011 MantisBT Group |