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

Wrong module signature in generated doc #4686

Closed
vicuna opened this issue Jan 7, 2009 · 2 comments
Closed

Wrong module signature in generated doc #4686

vicuna opened this issue Jan 7, 2009 · 2 comments

Comments

@vicuna
Copy link

vicuna commented Jan 7, 2009

Original bug ID: 4686
Reporter: philippeveber
Status: confirmed (set by @damiendoligez on 2012-09-17T11:43:58Z)
Resolution: open
Priority: normal
Severity: minor
Version: 3.11.0+beta
Category: ocamldoc
Monitored by: @hcarty

Bug description

ocamldoc (3.10.2 and 3.11.0) output is wrong on the following file :

a.ml :

module M : sig
val l : int list
end

struct
let l = []
end

The HTML documentation generated from the following call

ocamldoc -html a.ml

will describe A.M.l as an 'a list, while it's been constrained to int list by the signature.

@vicuna
Copy link
Author

vicuna commented Sep 17, 2012

Comment author: @damiendoligez

Still present in 4.00.0.

@github-actions
Copy link

This issue has been open one year with no activity. Consequently, it is being marked with the "stale" label. What this means is that the issue will be automatically closed in 30 days unless more comments are added or the "stale" label is removed. Comments that provide new information on the issue are especially welcome: is it still reproducible? did it appear in other contexts? how critical is it? etc.

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