mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Fix typo in PGFService: "incomlete"
This commit is contained in:
@@ -404,7 +404,7 @@ doParse pgf input mcat mfrom mlimit trie = showJSON $ map makeObj
|
|||||||
PGF.ParseOk trees -> ["trees".=maybe id take mlimit trees]
|
PGF.ParseOk trees -> ["trees".=maybe id take mlimit trees]
|
||||||
++addTrie trie trees
|
++addTrie trie trees
|
||||||
PGF.TypeError errs -> jsonTypeErrors errs
|
PGF.TypeError errs -> jsonTypeErrors errs
|
||||||
PGF.ParseIncomplete -> ["incomlete".=True]
|
PGF.ParseIncomplete -> ["incomplete".=True]
|
||||||
PGF.ParseFailed n -> ["parseFailed".=n]
|
PGF.ParseFailed n -> ["parseFailed".=n]
|
||||||
|
|
||||||
addTrie trie trees =
|
addTrie trie trees =
|
||||||
|
|||||||
Reference in New Issue
Block a user