Idris2/libs/contrib/Data/InductionRecursion
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
..
DybjerSetzer.idr [ re #1771 ] Do not use Erased to go under binders 2021-07-23 13:30:24 +01:00