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 c82ee79af..c9f4b4945 100644 --- a/src/compiler/GF/Command/Commands.hs +++ b/src/compiler/GF/Command/Commands.hs @@ -854,7 +854,7 @@ allCommands env@(pgf, mos) = Map.fromList [ then return $ fromString $ unlines $ map (tree2mk pgf) es else if isOpt "api" opts then do - ss <- mapM exprToAPIIO es + let ss = map exprToAPI es mapM_ putStrLn ss return void else do |
