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

Recursive modules: bug in manual and interface printer #2585

Closed
vicuna opened this issue May 17, 2004 · 1 comment
Closed

Recursive modules: bug in manual and interface printer #2585

vicuna opened this issue May 17, 2004 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented May 17, 2004

Original bug ID: 2585
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Hi,

Section 7.9 of the manual contains a bug:

The source example contains the line "module A : sig" in the definition
and also in the specification, which should be "module rec A : sig"
in both cases.

Furthermore, when given the "-i"-flag the compiler prints wrong (=
non-recursive) type specifications for definitions (try this with the
source example).

Best regards,
Markus

--
Markus Mottl http://www.oefai.at/~markus markus@oefai.at

@vicuna
Copy link
Author

vicuna commented Jun 12, 2004

Comment author: administrator

Documentation fixed 2004/02/23 by XL
Printing of inferred signatures fixed 2004/06/12 by XL.

@vicuna vicuna closed this as completed Jun 12, 2004
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant