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

Function application not recognized as a "with" type #2612

Closed
vicuna opened this issue May 25, 2004 · 2 comments
Closed

Function application not recognized as a "with" type #2612

vicuna opened this issue May 25, 2004 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented May 25, 2004

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

Bug description

Full_Name: Aleksey Nogin
Version: 3.07+18 (2004-05-17)
OS: Fedora Core 2 on AMD64
Submission from: wasco.cs.caltech.edu (131.215.44.173)

I have an .mli file that contains something like

module F
(Foo : FooSig)
(Bar : BarSig)
(Baz : BazSig
with type foo = Q(Foo)(Bar).foo
with type bar = Q(Foo)(Bar).foo):
sig
...
end

It used to work before, but with OCaml from today's CVS I am getting

Failure: type names cannot be capitalized
Preprocessor error

at the location of the last "Q".

@vicuna
Copy link
Author

vicuna commented May 25, 2004

Comment author: administrator

Fixed. That was a bug that I introduced a few days ago while fixing
another one. Sorry about that. Thanks.

-- Michel

nogin@cs.caltech.edu wrote/écrivait (Tue, May 25, 2004 at 03:16:57AM +0200):

Full_Name: Aleksey Nogin
Version: 3.07+18 (2004-05-17)
OS: Fedora Core 2 on AMD64
Submission from: wasco.cs.caltech.edu (131.215.44.173)

I have an .mli file that contains something like

module F
(Foo : FooSig)
(Bar : BarSig)
(Baz : BazSig
with type foo = Q(Foo)(Bar).foo
with type bar = Q(Foo)(Bar).foo):
sig
...
end

It used to work before, but with OCaml from today's CVS I am getting

Failure: type names cannot be capitalized
Preprocessor error

at the location of the last "Q".

@vicuna
Copy link
Author

vicuna commented May 25, 2004

Comment author: administrator

Fixed by MM on 2004-05-25.

@vicuna vicuna closed this as completed May 25, 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