| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
the problem that some sentences were impossible to parse.
|
|
|
|
version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'JSON PGF.Trie'
|
|
|
|
'Predef Bool'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/GrammaticalFramework/gf-core/runs/1374091798?check_suite_focus=true
|
|
|
|
|
|
|
|
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.
|
|
Fix syntax error problem for older versions of GHC
|
|
See https://github.com/joerick/cibuildwheel/issues/446
|
|
|