mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 08:11:45 +03:00
230f42b697
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.
3 lines
89 B
Plaintext
3 lines
89 B
Plaintext
rm -rf build
|
|
|
|
$1 --no-banner --no-color --console-width 0 Issue1771-1.idr --check || true |