diff options
Diffstat (limited to 'src/compiler/GF/Command')
| -rw-r--r-- | src/compiler/GF/Command/Commands.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Command/Commands.hs b/src/compiler/GF/Command/Commands.hs index 2ea3e169c..6f3700032 100644 --- a/src/compiler/GF/Command/Commands.hs +++ b/src/compiler/GF/Command/Commands.hs @@ -1012,7 +1012,7 @@ allCommands env@(pgf, mos) = Map.fromList [ _ -> fromExprs ts where (prs,bss) = unzip parses - ts = [t | ParseResult ts <- prs, t <- ts] + ts = [t | ParseOk ts <- prs, t <- ts] returnFromExprs es = return $ case es of [] -> ([], "no trees found") |
