diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-02-22 14:16:33 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-02-22 14:16:33 +0000 |
| commit | 9e6064709f621c1489f18ee94612226014646a9a (patch) | |
| tree | 350fb34bdc24b917c6badb0eb4f906bca7a314b1 /src/GF/Devel/Grammar/Lookup.hs | |
| parent | 4e3d240d2dbd3a721ec4aea58c1e2ee31e49ed51 (diff) | |
testgf3 in progress; fixed VP type in ExtraEng
Diffstat (limited to 'src/GF/Devel/Grammar/Lookup.hs')
| -rw-r--r-- | src/GF/Devel/Grammar/Lookup.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Devel/Grammar/Lookup.hs b/src/GF/Devel/Grammar/Lookup.hs index d8747a1e4..0d2b343cb 100644 --- a/src/GF/Devel/Grammar/Lookup.hs +++ b/src/GF/Devel/Grammar/Lookup.hs @@ -44,7 +44,7 @@ lookupOperType gr m c = do case jform ju of JParam -> return typePType _ -> case jtype ju of - Meta _ -> fail ("no type given to " ++ prIdent m ++ "." ++ prIdent c) + Meta _ -> fail ("no type given to " ++ prIdent m ++ "." ++ prIdent c ++ " in " ++ show ju) ty -> return ty ---- can't be just lookupJField jtype |
