diff options
Diffstat (limited to 'src/GF/UseGrammar/Session.hs')
| -rw-r--r-- | src/GF/UseGrammar/Session.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/UseGrammar/Session.hs b/src/GF/UseGrammar/Session.hs index 051630149..81158a515 100644 --- a/src/GF/UseGrammar/Session.hs +++ b/src/GF/UseGrammar/Session.hs @@ -96,7 +96,7 @@ refineByExps der gr trees = case trees of refineByTrees :: Bool -> CGrammar -> [Tree] -> ECommand refineByTrees der gr trees = case trees of - [t] -> action2commandNext (refineWithTree der gr t) + [t] -> action2commandNext (refineOrReplaceWithTree der gr t) _ -> changeCands $ map tree2exp trees replaceByTrees :: CGrammar -> [Exp] -> ECommand |
