Closed GoogleCodeExporter closed 9 years ago
Original comment by nils.anders.danielsson
on 22 Aug 2010 at 8:01
Fixed by making the size successor injective, if option --sized-types is
enabled.
Original comment by andreas....@gmail.com
on 1 Sep 2010 at 12:42
There are still problems...
-- with explicit ∞ annotation, it works
works : ∀ {i} → BTree {i} → BTree
works (node (node t1 t2) t3) = node (works t1) (node {∞} t2 t3)
works t = t
-- otherwise, fails
fails : ∀ {i} → BTree {i} → BTree
fails (node (node t1 t2) t3) = node (fails t1) (node t2 t3)
fails t = t
Original comment by andreas....@gmail.com
on 14 Feb 2012 at 11:53
Original comment by andreas....@gmail.com
on 14 Feb 2012 at 1:25
Original comment by andreas....@gmail.com
on 19 Oct 2012 at 8:06
Original issue reported on code.google.com by
andreas....@gmail.com
on 20 Aug 2010 at 3:44Attachments: