[commit: ghc] wip/fix-osx-ci: Remove export of checkValidFamPats, never used (84ca4d5)
git at git.haskell.org
git at git.haskell.org
Thu Jan 17 18:57:10 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/fix-osx-ci
Link : http://ghc.haskell.org/trac/ghc/changeset/84ca4d593743c6b8bfc88d1add7e01e9d60ffdb3/ghc
>---------------------------------------------------------------
commit 84ca4d593743c6b8bfc88d1add7e01e9d60ffdb3
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Jan 10 12:08:15 2019 +0000
Remove export of checkValidFamPats, never used
>---------------------------------------------------------------
84ca4d593743c6b8bfc88d1add7e01e9d60ffdb3
compiler/typecheck/TcValidity.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcValidity.hs b/compiler/typecheck/TcValidity.hs
index 74c1279..3b88fe1 100644
--- a/compiler/typecheck/TcValidity.hs
+++ b/compiler/typecheck/TcValidity.hs
@@ -7,7 +7,7 @@
module TcValidity (
Rank, UserTypeCtxt(..), checkValidType, checkValidMonoType,
- checkValidTheta, checkValidFamPats,
+ checkValidTheta,
checkValidInstance, checkValidInstHead, validDerivPred,
checkTySynRhs,
checkValidCoAxiom, checkValidCoAxBranch,
More information about the ghc-commits
mailing list