Idris2/libs
Guillaume ALLAIS 230f42b697 [ re #1771 ] Do not use Erased to go under binders
In the `MkFix : f (Fix f) -> Fix f` example, using `Erased` for `f`
makes the type reduce to `[__] (Fix [__]) -> Fix [__]` and because
`[__] e1 ... en` computes to `[__]`, we end up with `[__] -> Fix [__]`
which does not reference `Fix` anymore.
2021-07-23 13:30:24 +01:00
..
base Merge pull request #1736 from stepancheg/test-discovery 2021-07-22 08:56:02 +00: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