diff options
| author | aarne <unknown> | 2005-03-11 14:37:18 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-03-11 14:37:18 +0000 |
| commit | 328cf308f3e4c85599fbcffbd9cb62bb24fc8804 (patch) | |
| tree | 8385cd0ef488bee6fcda4d1a7404e661f08dde3d /src/GF | |
| parent | 1507a4afcd2b0b16d1171a5718c8e537387cb548 (diff) | |
Norwegian Swadesh (raw); bug fix in TC of variants
Diffstat (limited to 'src/GF')
| -rw-r--r-- | src/GF/Compile/CheckGrammar.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GF/Compile/CheckGrammar.hs b/src/GF/Compile/CheckGrammar.hs index 38a900981..0831c9834 100644 --- a/src/GF/Compile/CheckGrammar.hs +++ b/src/GF/Compile/CheckGrammar.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/08 18:08:58 $ +-- > CVS $Date: 2005/03/11 15:37:20 $ -- > CVS $Author: aarne $ --- > CVS $Revision: 1.21 $ +-- > CVS $Revision: 1.22 $ -- -- AR 4\/12\/1999 -- 1\/4\/2000 -- 8\/9\/2001 -- 15\/5\/2002 -- 27\/11\/2002 -- 18\/6\/2003 -- @@ -447,7 +447,7 @@ inferLType gr trm = case trm of return $ (Table p' t', typeType) FV vs -> do - (ty,_) <- checks $ map infer vs + (_,ty) <- checks $ map infer vs --- checkIfComplexVariantType trm ty check trm ty |
