1
0
forked from GitHub/gf-core
Files
gf-core/src
Andreas Källberg 1ff66006b8 Fix infinite recursion on error
The implementation was meant to lift from SIO to IO,
but instead it was just the identity function,
which means that `fail = id . fail` and we have an infinite loop.
2020-10-26 17:21:22 +01:00
..
2020-10-26 17:21:22 +01:00
2019-08-18 09:37:55 +02:00
2020-08-05 18:48:24 +02:00