Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in Section 7.14: First-class modules #5726

Closed
vicuna opened this issue Aug 14, 2012 · 2 comments
Closed

typo in Section 7.14: First-class modules #5726

vicuna opened this issue Aug 14, 2012 · 2 comments

Comments

@vicuna
Copy link

vicuna commented Aug 14, 2012

Original bug ID: 5726
Reporter: kosik
Status: closed (set by @damiendoligez on 2012-09-27T12:09:01Z)
Resolution: fixed
Priority: normal
Severity: minor
Platform: all
OS: all
OS Version: all
Version: 3.12.1
Target version: 4.00.1+dev
Category: documentation

Bug 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.

@vicuna
Copy link
Author

vicuna commented Aug 14, 2012

Comment author: kosik

The correction was provided here:

https://sympa.inria.fr/sympa/arc/caml-list/2012-08/msg00092.html

@vicuna
Copy link
Author

vicuna commented Sep 27, 2012

Comment author: @damiendoligez

fixed (r 12957)

@vicuna vicuna closed this as completed Sep 27, 2012
@vicuna vicuna added this to the 4.00.1 milestone Mar 14, 2019
@vicuna vicuna added the bug label Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant