mirror of
https://github.com/macocianradu/RosettaHaskellCompiler.git
synced 2026-03-18 21:10:07 +00:00
removed some debug messages
This commit is contained in:
@@ -96,7 +96,7 @@ checkExpression symbolMap (PathExpression ex1 (Variable b)) =
|
||||
case checkExpression symbolMap ex1 of
|
||||
Left err -> Left err
|
||||
Right exp1 -> case findAttributeType b (typeAttributes type1) of
|
||||
Left err -> Left $ UndefinedVariable $ show type1--ex1 ++ " -> " ++ b
|
||||
Left err -> Left $ UndefinedVariable $ show ex1 ++ " -> " ++ b
|
||||
Right exp2 -> Right $ ExplicitPath exp1 exp2 (returnCoercion exp2)
|
||||
where
|
||||
type1 = coercionType $ typeCoercion $ returnCoercion exp1
|
||||
|
||||
Reference in New Issue
Block a user