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

pprintast bug around constraint in 4.02.1 #6679

Closed
vicuna opened this issue Nov 28, 2014 · 1 comment
Closed

pprintast bug around constraint in 4.02.1 #6679

vicuna opened this issue Nov 28, 2014 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Nov 28, 2014

Original bug ID: 6679
Reporter: furuse
Assigned to: @alainfrisch
Status: closed (set by @xavierleroy on 2016-12-07T10:49:05Z)
Resolution: fixed
Priority: high
Severity: minor
Version: 4.02.1
Target version: 4.02.2+dev / +rc1
Fixed in version: 4.03.0+dev / +beta1
Category: ~DO NOT USE (was: OCaml general)
Tags: junior_job
Monitored by: @gasche

Bug description

Source code

type 'a t = 'a constraint 'a = [> `Bar]

is pprintast'ed wrongly as:

"type 'a t = 'aconstraint 'a = [> `Bar]"

@vicuna
Copy link
Author

vicuna commented Jan 7, 2015

Comment author: @alainfrisch

Fixed in trunk, commit 15765.

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

2 participants