White space only
[ghc-hetmet.git] / compiler / typecheck / TcType.lhs
index 8a95b0f..d4a4b82 100644 (file)
@@ -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'