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

bug with duplicate labels #2749

Closed
vicuna opened this issue Apr 18, 2001 · 2 comments
Closed

bug with duplicate labels #2749

vicuna opened this issue Apr 18, 2001 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Apr 18, 2001

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

Bug description

Dear Caml supporters!

When I try to compile the following program (ocaml-3.01):

type t = Let | Assn
let f = function
| [(l, Assn) | (l, Let)] -> failwith "1"
| _ -> failwith "2"

the following message produced:

Uncaught exception: File "typing/parmatch.ml", line 0, characters 28464-28476: Assertion failed

Regards,
Anton Moscal

@vicuna
Copy link
Author

vicuna commented Apr 23, 2001

Comment author: administrator

Dear Caml supporters!

When I try to compile the following program (ocaml-3.01):

type t = Let | Assn
let f = function
| [(l, Assn) | (l, Let)] -> failwith "1"
| _ -> failwith "2"

the following message produced:

Uncaught exception: File "typing/parmatch.ml", line 0, characters 28464-28476: Assertion failed

Regards,
Anton Moscal

This bug is already corrected in the cvs version (c.f. bug #324).

Thank you for having repported it.

All the best,

--Luc

@vicuna
Copy link
Author

vicuna commented Apr 23, 2001

Comment author: administrator

Same as bug #324

@vicuna vicuna closed this as completed Apr 23, 2001
@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