mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-28 12:18:54 -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
|
else do
|
||||||
(arg,val) <- checks $ map (inferCase Nothing) pts'
|
(arg,val) <- checks $ map (inferCase Nothing) pts'
|
||||||
check trm (Table arg val)
|
check trm (Table arg val)
|
||||||
|
V arg pts -> do
|
||||||
|
(_,val) <- checks $ map infer pts
|
||||||
|
return (trm, Table arg val)
|
||||||
|
|
||||||
K s -> do
|
K s -> do
|
||||||
if elem ' ' s
|
if elem ' ' s
|
||||||
|
|||||||
Reference in New Issue
Block a user