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

The positivity checker can still see through abstract #4

Closed
GoogleCodeExporter opened this issue Aug 8, 2015 · 8 comments
Closed
Labels
abstract Issues relating to abstract blocks positivity Positivity checking for data-type definitions type: bug Issues and pull requests about actual bugs

Comments

@GoogleCodeExporter
Copy link

The following program type checks, both in batch and in interactive mode:

module Bug where

abstract

  T : Set -> Set
  T a = a

data Foo (a : Set) : Set where
  foo : T (Foo a) -> Foo a

Original issue reported on code.google.com by nils.anders.danielsson on 19 Oct 2007 at 6:38

@GoogleCodeExporter
Copy link
Author

Original comment by ulf.nor...@gmail.com on 22 Oct 2007 at 11:16

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Original comment by ulf.nor...@gmail.com on 22 Oct 2007 at 11:16

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

Original comment by ulf.nor...@gmail.com on 24 Oct 2007 at 10:35

@GoogleCodeExporter GoogleCodeExporter added type: bug Issues and pull requests about actual bugs auto-migrated abstract Issues relating to abstract blocks positivity Positivity checking for data-type definitions labels Aug 8, 2015
@GoogleCodeExporter
Copy link
Author

Original comment by ulf.nor...@gmail.com on 24 Oct 2007 at 3:34

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by andreas....@gmail.com on 14 Nov 2012 at 10:09

  • Added labels: Abstract

@GoogleCodeExporter
Copy link
Author

This bug is back in Agda 2.3.2. There was apparently no failing test case for it.

Original comment by andreas....@gmail.com on 15 Nov 2012 at 11:21

  • Changed state: Accepted
  • Added labels: Priority-High
  • Removed labels: Priority-Low

@GoogleCodeExporter
Copy link
Author

Original comment by andreas....@gmail.com on 15 Nov 2012 at 11:22

  • Added labels: Positivity

@GoogleCodeExporter
Copy link
Author

Fixed (again), along with #796.

Original comment by andreas....@gmail.com on 21 Feb 2013 at 9:46

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
abstract Issues relating to abstract blocks positivity Positivity checking for data-type definitions type: bug Issues and pull requests about actual bugs
Projects
None yet
Development

No branches or pull requests

1 participant