1
0
forked from GitHub/gf-core

started romance predication; some restructuring of modules; CheckGrammar value table bug fix

This commit is contained in:
aarne
2006-01-20 10:54:38 +00:00
parent 62105801a1
commit 60d7d16906

View File

@@ -411,6 +411,9 @@ inferLType gr trm = case trm of
else do
(arg,val) <- checks $ map (inferCase Nothing) pts'
check trm (Table arg val)
V arg pts -> do
(_,val) <- checks $ map infer pts
return (trm, Table arg val)
K s -> do
if elem ' ' s