From 95f1d40c5636d6e9ba8d4877d044b83f41bbbf65 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 7 Jul 2010 12:23:21 +0000 Subject: report type errors in the shell from command "p" --- src/compiler/GF/Compile/ExampleBased.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/GF/Compile') diff --git a/src/compiler/GF/Compile/ExampleBased.hs b/src/compiler/GF/Compile/ExampleBased.hs index 199d1e375..74a07426f 100644 --- a/src/compiler/GF/Compile/ExampleBased.hs +++ b/src/compiler/GF/Compile/ExampleBased.hs @@ -49,7 +49,7 @@ convertFile conf src file = do [] -> return () _ -> appv (" missing words: " ++ unwords ws) return ws - TypeError _ _ -> + TypeError _ -> return [] ParseOk ts -> case rank ts of -- cgit v1.2.3