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

Pretty-printer gives confusing output for type casts on function applications #3936

Closed
coqbot opened this issue Jan 18, 2015 · 3 comments
Closed

Comments

@coqbot
Copy link
Contributor

coqbot commented Jan 18, 2015

Note: the issue was created automatically with bugzilla2github tool

Original bug ID: BZ#3936
From: @JasonGross
Reported version: trunk
CC: @gmalecha

@coqbot
Copy link
Contributor Author

coqbot commented Jan 18, 2015

Comment author: @JasonGross

Axiom f : Type -> Type -> Type.

Check f Set (Set : Type). (* f Set (Set:Type) )
Check (f Set Set) : Type. (
f Set Set:Type *)

This seems a bit backwards... Presumably the parser should not be changed, but
the pretty-printer should, to insert spaces around the colon, if nothing else.

@coqbot
Copy link
Contributor Author

coqbot commented Jun 24, 2015

Comment author: @gmalecha

Created pull request: #73

@coqbot
Copy link
Contributor Author

coqbot commented Jun 24, 2015

Comment author: @maximedenes

Fixed in 8.5 by Gregory Malecha.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant