forked from GitHub/gf-core
started romance predication; some restructuring of modules; CheckGrammar value table bug fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user