Idris2/libs/base
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
..
Control Export throw and catch again in App 2021-07-16 11:42:24 +01:00
Data [ fix #1782 ] remove the case-specific code 2021-07-26 17:03:16 +01:00
Debug Add totality annotations to src and libs/{prelude, base} 2021-06-12 21:06:08 -05:00
Decidable Use Not instead of -> Void (#1667) 2021-07-13 15:32:01 +01:00
Language [ fix ] Name in Language.Reflection.TT 2021-07-16 20:05:49 +01:00
System Merge pull request #1736 from stepancheg/test-discovery 2021-07-22 08:56:02 +00:00
base.ipkg System.Errno.strerror 2021-07-13 10:34:04 +01:00
Makefile [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
System.idr Merge pull request #1638 from stepancheg/idris2-time 2021-07-16 09:40:08 +01:00