Remove debugging
This commit is contained in:
parent
a8f0fc2caa
commit
95cc912a2d
|
@ -725,7 +725,7 @@ makeLiteral (A.Literal m t lr) wantT
|
|||
when (not typesOK) $
|
||||
dieP m $ "default type of literal (" ++ show t ++ ") cannot be coerced to desired type (" ++ show wantT ++ ")"
|
||||
|
||||
case trace ("** makeLiteral " ++ show wantT ++ ", " ++ show t) (underT, lr) of
|
||||
case (underT, lr) of
|
||||
-- An array literal.
|
||||
(A.Array _ _, A.ArrayLiteral ml aes) ->
|
||||
do elemT <- trivialSubscriptType underT
|
||||
|
|
Loading…
Reference in New Issue
Block a user