Idris2/libs
Guillaume ALLAIS 13ef8ba707 [ fix #1782 ] remove the case-specific code
I can't make sense of this code, it seems to try to convert the
case function corresponding to `let (a, b) = f n in ...` into a
different case function where `f n` and `(a, b)` have been unified.
But if `f n` is a bona fide stuck computation, there's no chance of
this happening.

Just turning this off solves the #1782 and only breaks one function
in the whole of the idris2 repo (I would have expected our current
termination oracle to be too weak to detect it as valid anyway!)
and one in frex (which, again, should not have been seen as terminating).

Also fixes #1460
2021-07-26 17:03:16 +01:00
..
base [ fix #1782 ] remove the case-specific code 2021-07-26 17:03:16 +01:00
contrib [ re #1771 ] Do not use Erased to go under binders 2021-07-23 13:30:24 +01:00
network [fix] Loading libidris2_support.dll with Racket (#1583) 2021-07-21 14:35:21 +01:00
prelude Accept HasIO in onCollect functions 2021-07-17 14:42:34 +01:00
test Implement test discovery 2021-07-17 16:53:43 +01:00