[commit: ghc] master: White space only (112266c)
git at git.haskell.org
git at git.haskell.org
Wed Jan 3 12:43:15 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/112266ce62e4fa831b21038be72f8b9ecdf6bfcf/ghc
>---------------------------------------------------------------
commit 112266ce62e4fa831b21038be72f8b9ecdf6bfcf
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Jan 2 17:13:31 2018 +0000
White space only
>---------------------------------------------------------------
112266ce62e4fa831b21038be72f8b9ecdf6bfcf
compiler/types/TyCoRep.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/types/TyCoRep.hs b/compiler/types/TyCoRep.hs
index 64e1068..d9cc42b 100644
--- a/compiler/types/TyCoRep.hs
+++ b/compiler/types/TyCoRep.hs
@@ -1464,7 +1464,7 @@ tyCoFVsOfCo (HoleCo h) fv_cand in_scope acc
tyCoFVsOfCo (AxiomInstCo _ _ cos) fv_cand in_scope acc = tyCoFVsOfCos cos fv_cand in_scope acc
tyCoFVsOfCo (UnivCo p _ t1 t2) fv_cand in_scope acc
= (tyCoFVsOfProv p `unionFV` tyCoFVsOfType t1
- `unionFV` tyCoFVsOfType t2) fv_cand in_scope acc
+ `unionFV` tyCoFVsOfType t2) fv_cand in_scope acc
tyCoFVsOfCo (SymCo co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
tyCoFVsOfCo (TransCo co1 co2) fv_cand in_scope acc = (tyCoFVsOfCo co1 `unionFV` tyCoFVsOfCo co2) fv_cand in_scope acc
tyCoFVsOfCo (NthCo _ co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
More information about the ghc-commits
mailing list