[commit: ghc] wip/tdammers/D4394: Fix rebasing mistake (89b8764)
git at git.haskell.org
git at git.haskell.org
Tue Mar 27 14:28:48 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/tdammers/D4394
Link : http://ghc.haskell.org/trac/ghc/changeset/89b87640de8887af9421d88353896551d89bd5ee/ghc
>---------------------------------------------------------------
commit 89b87640de8887af9421d88353896551d89bd5ee
Author: Tobias Dammers <tdammers at gmail.com>
Date: Tue Mar 20 17:08:01 2018 +0100
Fix rebasing mistake
>---------------------------------------------------------------
89b87640de8887af9421d88353896551d89bd5ee
compiler/types/TyCoRep.hs | 4 ----
libraries/array | 2 +-
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/compiler/types/TyCoRep.hs b/compiler/types/TyCoRep.hs
index 48b5151..abc932c 100644
--- a/compiler/types/TyCoRep.hs
+++ b/compiler/types/TyCoRep.hs
@@ -904,10 +904,6 @@ data Coercion
| SymCo Coercion -- :: e -> e
| TransCo Coercion Coercion -- :: e -> e -> e
- -- The number coercions should match exactly the expectations
- -- of the CoAxiomRule (i.e., the rule is fully saturated).
- | AxiomRuleCo CoAxiomRule [Coercion]
-
| NthCo Role Int Coercion -- Zero-indexed; decomposes (T t0 ... tn)
-- :: "e" -> _ -> e0 -> e (inverse of TyConAppCo, see Note [TyConAppCo roles])
-- Using NthCo on a ForAllCo gives an N coercion always
diff --git a/libraries/array b/libraries/array
index 1d0435f..9d63218 160000
--- a/libraries/array
+++ b/libraries/array
@@ -1 +1 @@
-Subproject commit 1d0435f4937f03901e32304e279f46ce19b0f089
+Subproject commit 9d63218fd067ff4885c0efa43b388238421a5c89
More information about the ghc-commits
mailing list