diff --git a/src/GF/Command/Commands.hs b/src/GF/Command/Commands.hs index e3378ed1e..d14067ed1 100644 --- a/src/GF/Command/Commands.hs +++ b/src/GF/Command/Commands.hs @@ -652,7 +652,8 @@ allCommands cod env@(pgf, mos) = Map.fromList [ putStrLn ("Type: "++showType [] ty) return void _ -> do putStrLn "a single identifier or expression is expected from the command" - return void + return void, + needsTypeCheck = False }) ] where