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

Names not displayed properly when open public is used #64

Closed
GoogleCodeExporter opened this issue Aug 8, 2015 · 4 comments
Closed

Names not displayed properly when open public is used #64

GoogleCodeExporter opened this issue Aug 8, 2015 · 4 comments
Labels
type: enhancement Issues and pull requests about possible improvements

Comments

@GoogleCodeExporter
Copy link

-- Define the following three modules:

module A where

postulate A : Set

module B where

open import A public

module C where

open import B

test : A -> Set
test x = ?

-- Show the environment in the scope of the meta-variable. You get the
-- following:
--
-- x : .A.A
--
-- It would be nice if the output had been
--
-- x : A
--
-- instead, since A is actually in scope.

Original issue reported on code.google.com by nils.anders.danielsson on 1 May 2008 at 2:08

@GoogleCodeExporter
Copy link
Author

Uh, me too!

Original comment by naesten on 9 May 2008 at 2:39

@GoogleCodeExporter
Copy link
Author

Original comment by ulf.nor...@gmail.com on 18 Jun 2008 at 8:48

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

This is by far the oldest issue which is not low priority. Any progress?

Original comment by nils.anders.danielsson on 15 Apr 2009 at 6:03

@GoogleCodeExporter
Copy link
Author

Yes

Original comment by ulf.nor...@gmail.com on 22 Apr 2009 at 2:03

  • Changed state: Fixed

@GoogleCodeExporter GoogleCodeExporter added the type: enhancement Issues and pull requests about possible improvements label Aug 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Issues and pull requests about possible improvements
Projects
None yet
Development

No branches or pull requests

1 participant