projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
150ac5e
)
White space only
author
simonpj@microsoft.com
<unknown>
Mon, 1 Nov 2010 08:07:48 +0000
(08:07 +0000)
committer
simonpj@microsoft.com
<unknown>
Mon, 1 Nov 2010 08:07:48 +0000
(08:07 +0000)
compiler/typecheck/TcType.lhs
patch
|
blob
|
history
diff --git
a/compiler/typecheck/TcType.lhs
b/compiler/typecheck/TcType.lhs
index
8a95b0f
..
d4a4b82
100644
(file)
--- a/
compiler/typecheck/TcType.lhs
+++ b/
compiler/typecheck/TcType.lhs
@@
-1025,8
+1025,6
@@
getClassPredTys _ = panic "getClassPredTys"
mkDictTy :: Class -> [Type] -> Type
mkDictTy clas tys = mkPredTy (ClassP clas tys)
-
-
isDictLikeTy :: Type -> Bool
-- Note [Dictionary-like types]
isDictLikeTy ty | Just ty' <- tcView ty = isDictTy ty'