mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 10:46:37 +03:00
Remove debugging output.
This commit is contained in:
parent
ea9e15b8b9
commit
6364c172ee
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user