diff options
| author | krasimir <krasimir@chalmers.se> | 2010-07-07 12:23:21 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-07-07 12:23:21 +0000 |
| commit | 95f1d40c5636d6e9ba8d4877d044b83f41bbbf65 (patch) | |
| tree | a133568fe20f11ca852f5a2b743a623a188ac68b /src/compiler/GF/Compile | |
| parent | c066721dd1b200eb7e22c8c242bf48a83e5fcc69 (diff) | |
report type errors in the shell from command "p"
Diffstat (limited to 'src/compiler/GF/Compile')
| -rw-r--r-- | src/compiler/GF/Compile/ExampleBased.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
