mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
fix typo
This commit is contained in:
@@ -146,7 +146,7 @@ recoveryStates open_types (EState pgf pinfo chart) =
|
|||||||
-- limited by the category specified, which is usually
|
-- limited by the category specified, which is usually
|
||||||
-- the same as the startup category.
|
-- the same as the startup category.
|
||||||
extractTrees :: ParseState -> Type -> [Tree]
|
extractTrees :: ParseState -> Type -> [Tree]
|
||||||
extractTrees (State pgf pinfo chart items) ty@(DTyp _ start _) =
|
extractTrees (PState pgf pinfo chart items) ty@(DTyp _ start _) =
|
||||||
nubsort [e1 | e <- exps, Right e1 <- [checkExpr pgf e ty]]
|
nubsort [e1 | e <- exps, Right e1 <- [checkExpr pgf e ty]]
|
||||||
where
|
where
|
||||||
(mb_agenda,acc) = TMap.decompose items
|
(mb_agenda,acc) = TMap.decompose items
|
||||||
|
|||||||
Reference in New Issue
Block a user