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

ocamldep -modules returns *predef* on optional arguments. #5110

Closed
vicuna opened this issue Jul 21, 2010 · 0 comments
Closed

ocamldep -modules returns *predef* on optional arguments. #5110

vicuna opened this issue Jul 21, 2010 · 0 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Jul 21, 2010

Original bug ID: 5110
Reporter: jm
Assigned to: @xclerc
Status: closed (set by @xavierleroy on 2012-03-24T14:01:44Z)
Resolution: fixed
Priority: normal
Severity: major
Version: 3.12.0+beta1 or 3.12.0+rc1
Fixed in version: 3.12.1+dev
Category: ~DO NOT USE (was: OCaml general)

Bug description

% cat t.ml
let f
: ?a: int -> unit -> unit
= fun ?a () -> ()
% ocamldep -modules t.ml
t.ml: predef

@vicuna vicuna closed this as completed Mar 24, 2012
@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
Labels
Projects
None yet
Development

No branches or pull requests

1 participant