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

feature wish: Pervasives.int, Pervasives.char #3183

Closed
vicuna opened this issue Feb 3, 2002 · 1 comment
Closed

feature wish: Pervasives.int, Pervasives.char #3183

vicuna opened this issue Feb 3, 2002 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Feb 3, 2002

Original bug ID: 851
Reporter: administrator
Status: closed
Resolution: won't fix
Priority: normal
Severity: feature
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Florian Douetteau
Version: 3.04
OS: Linux
Submission from: apastourelles-103-1-1-231.abo.wanadoo.fr (193.252.200.231)

Je voudrais pouvoir faire référence aux types builtins avec le préfixe
Pervasives:
Pervasives.int, Pervasives.char

afin de pouvoir écrire ce genre de code:

module type String = sig
type char
...
end

module ClassicString : String = struct
type char = Pervasives.char
...
end

--
Florian

@vicuna
Copy link
Author

vicuna commented Nov 13, 2002

Comment author: administrator

Desired effect can be achieved differently (type oldchar = char ... struct type
char = oldchar ...)

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