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

small type printing bug #8072

Closed
vicuna opened this issue Mar 19, 2003 · 2 comments
Closed

small type printing bug #8072

vicuna opened this issue Mar 19, 2003 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Mar 19, 2003

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

Bug description

cafe[13:50]%cat > bug.ml
type t = [ A of < m : t > ] cafe[13:50]%ocamlc -i bug.ml type t = [ A of < m : t >]
cafe[13:50]%ocamlc -i bug.ml > bug.mli
cafe[13:51]%ocamlc bug.mli
File "bug.mli", line 1, characters 25-27:
Syntax error

(CVS version)

@vicuna
Copy link
Author

vicuna commented Mar 20, 2003

Comment author: administrator

From: lvibert@irisa.fr

type t = [ `A of < m : t > ];;

type t = [ `A of < m : t >]

Merci pour ce rapport. C'est corrige'.

type t = [ `A of < m : t > ];;

type t = [ `A of < m : t > ]

type t = [A|B];;

type t = [ A | B ]

 Jacques

@vicuna
Copy link
Author

vicuna commented Mar 20, 2003

Comment author: administrator

Fixed by JG 2003-03-20

@vicuna vicuna closed this as completed Mar 20, 2003
@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