UlfNorell / agda-test

Agda test
0 stars 0 forks source link

Size constraint solver too eager in the presence of meta variables #992

Open UlfNorell opened 10 years ago

UlfNorell commented 10 years ago

From andreas....@gmail.com on December 07, 2013 11:23:06

A size meta is set to i, but the user wants \inf. The early setting of this meta prevents the user from giving the goal.

Goal: Heap {i} p1 ( r1 -rank + suc (l2-rank + r2 -rank)) Have: Heap {∞} p1 ( r1 -rank + suc (l2-rank + r2 -rank))

Attachment: Issue992.agda

Original issue: http://code.google.com/p/agda/issues/detail?id=992