diff options
Diffstat (limited to 'src/compiler/GF/Compile/ExampleBased.hs')
| -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 |
