[commit: ghc] ghc-7.10: TcType: Add missing export (c99fc94)
git at git.haskell.org
git at git.haskell.org
Tue Sep 29 16:10:06 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/c99fc94deea24177c5c8837ee07c13ff3425687d/ghc
>---------------------------------------------------------------
commit c99fc94deea24177c5c8837ee07c13ff3425687d
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Sep 24 02:11:49 2015 +0200
TcType: Add missing export
>---------------------------------------------------------------
c99fc94deea24177c5c8837ee07c13ff3425687d
compiler/typecheck/TcType.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcType.hs b/compiler/typecheck/TcType.hs
index 50b07d0..0d80efe3 100644
--- a/compiler/typecheck/TcType.hs
+++ b/compiler/typecheck/TcType.hs
@@ -68,7 +68,7 @@ module TcType (
isDoubleTy, isFloatTy, isIntTy, isWordTy, isStringTy,
isIntegerTy, isBoolTy, isUnitTy, isCharTy,
isTauTy, isTauTyCon, tcIsTyVarTy, tcIsForAllTy,
- isPredTy, isTyVarClassPred, isTyVarExposed,
+ isPredTy, isTyVarClassPred, isTyVarExposed, isTyVarUnderDatatype,
---------------------------------
-- Misc type manipulators
More information about the ghc-commits
mailing list