Remove debugging output.

This commit is contained in:
Brian Huffman 2018-06-20 11:11:51 -07:00
parent ea9e15b8b9
commit 6364c172ee

View File

@ -169,7 +169,5 @@ doInst su' e ps t =
checkInst :: (TParam, Type) -> InferM [Prop]
checkInst (tp, ty)
| Set.notMember tp bounds = return []
| otherwise =
do io $ putStrLn $ unwords ["checkInst: unify", show (pp tp), show (pp ty)]
unify (TVar (tpVar tp)) ty
| otherwise = unify (TVar (tpVar tp)) ty