[commit: ghc] master: Remove export of checkValidFamPats, never used (7b7b338)

git at git.haskell.org git at git.haskell.org
Fri Jan 18 01:42:22 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7b7b338b9a18cccaf2692556da868e45164938b7/ghc

>---------------------------------------------------------------

commit 7b7b338b9a18cccaf2692556da868e45164938b7
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Jan 10 12:08:15 2019 +0000

    Remove export of checkValidFamPats, never used


>---------------------------------------------------------------

7b7b338b9a18cccaf2692556da868e45164938b7
 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