mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 18:29:33 -06:00
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