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

Petits details #3099

Closed
vicuna opened this issue Dec 21, 2001 · 1 comment
Closed

Petits details #3099

vicuna opened this issue Dec 21, 2001 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Dec 21, 2001

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

Bug description

Bonjour à tous,

Deux petites remarques:

  • la section 6.10.2 de la doc reprend du matériau (type specifications,
    exception specification) qui est décrit de façon plus détaillée et
    surtout plus complète en 6.8.1 et 6.8.2. Ne devrait-on pas éliminer
    la redondance et inclure un simple pointeur?

  • la construction `constraint' est mieux traitée dans les classes que
    dans les types, du point de vue des erreurs:

    type 'a t = 'a constraint bool = int;;

    The type constraints are not consistent

    class type c = object constraint bool = int end;;

    The class constraints are not consistent : type bool
    is not compatible with type int

--
François Pottier
Francois.Pottier@inria.fr
http://pauillac.inria.fr/~fpottier/

@vicuna
Copy link
Author

vicuna commented Dec 26, 2001

Comment author: administrator

FIxed error message on 2001-12-26 (Jacques).

@vicuna vicuna closed this as completed Jan 4, 2002
@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