diff options
author | Max Bolingbroke <batterseapower@hotmail.com> | 2011-08-14 08:06:17 +0100 |
---|---|---|
committer | Max Bolingbroke <batterseapower@hotmail.com> | 2011-09-06 17:16:55 +0100 |
commit | 6bad38a40ce042bec554b0e4efe17c8c965416bc (patch) | |
tree | d9a8890efd3fcd0c8761b681771cffe54d6cc844 /compiler/prelude | |
parent | fedb6a991c5acfa6988ee5e28db15f1d259b78da (diff) | |
download | haskell-6bad38a40ce042bec554b0e4efe17c8c965416bc.tar.gz |
Remove bogus isCoercionKind function and its sole use
Diffstat (limited to 'compiler/prelude')
-rw-r--r-- | compiler/prelude/TysPrim.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/TysPrim.lhs b/compiler/prelude/TysPrim.lhs index d0495d7b29..b130c21ad3 100644 --- a/compiler/prelude/TysPrim.lhs +++ b/compiler/prelude/TysPrim.lhs @@ -26,7 +26,7 @@ module TysPrim( -- Kinds liftedTypeKind, unliftedTypeKind, openTypeKind, argTypeKind, ubxTupleKind, - mkArrowKind, mkArrowKinds, isCoercionKind, + mkArrowKind, mkArrowKinds, funTyCon, funTyConName, primTyCons, |