forked from GitHub/gf-core
adjusting parameter types in Romance and fixing some compilation bugs
This commit is contained in:
@@ -235,6 +235,7 @@ computeTermOpt rec gr = comp where
|
|||||||
---- foldr1 C (map K (str2strings (glueStr v (str a)))) | v <- x']
|
---- foldr1 C (map K (str2strings (glueStr v (str a)))) | v <- x']
|
||||||
,return $ Glue x y
|
,return $ Glue x y
|
||||||
]
|
]
|
||||||
|
(C u v,_) -> comp g $ C u (Glue v y)
|
||||||
|
|
||||||
_ -> do
|
_ -> do
|
||||||
mapM_ checkNoArgVars [x,y]
|
mapM_ checkNoArgVars [x,y]
|
||||||
|
|||||||
Reference in New Issue
Block a user