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

Internal error in Agda.TypeChecking.Forcing #2947

Closed
gallais opened this issue Feb 2, 2018 · 1 comment
Closed

Internal error in Agda.TypeChecking.Forcing #2947

gallais opened this issue Feb 2, 2018 · 1 comment
Labels
forcing Forcing analysis and forcing translation of clauses type: bug Issues and pull requests about actual bugs
Milestone

Comments

@gallais
Copy link
Member

gallais commented Feb 2, 2018

An internal error has occurred. Please report this as a bug.
Location of the error: src/full/Agda/TypeChecking/Forcing.hs:111

triggered by:

open import Agda.Builtin.Nat

[_] :  (Nat  Set)  Set
[ T ] =  {i}  T i

data D : Nat  Nat  Set where
  c :  {i}  [ D i ]
@gallais gallais added type: bug Issues and pull requests about actual bugs forcing Forcing analysis and forcing translation of clauses labels Feb 2, 2018
@UlfNorell
Copy link
Member

Related to #2919. The fix of that issue doesn't cover this case properly.

@asr asr added this to the 2.5.4 milestone Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forcing Forcing analysis and forcing translation of clauses type: bug Issues and pull requests about actual bugs
Projects
None yet
Development

No branches or pull requests

3 participants