mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-12 16:42:46 -06:00
1ff66006b8
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.