[commit: ghc] wip/spj-wibbles: Remove export of checkValidFamPats, never used (e4abe33)
git at git.haskell.org
git at git.haskell.org
Thu Jan 10 22:36:47 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/spj-wibbles
Link : http://ghc.haskell.org/trac/ghc/changeset/e4abe3346fadff7e54c1987da010f342d59d1721/ghc
>---------------------------------------------------------------
commit e4abe3346fadff7e54c1987da010f342d59d1721
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Jan 10 12:08:15 2019 +0000
Remove export of checkValidFamPats, never used
>---------------------------------------------------------------
e4abe3346fadff7e54c1987da010f342d59d1721
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 64f5bc7..5636b44 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