summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2007-05-23 11:41:03 +0000
committersimonpj@microsoft.com <unknown>2007-05-23 11:41:03 +0000
commit87b3c589498941332029a8a9da35e94a6139f0eb (patch)
treedd1652e055bcede8acd4fe34fb153e48d4843418
parent56f04f2e49c5145024fe9b77573dca80834a0c84 (diff)
downloadhaskell-87b3c589498941332029a8a9da35e94a6139f0eb.tar.gz
White-space only
-rw-r--r--compiler/types/Coercion.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/types/Coercion.lhs b/compiler/types/Coercion.lhs
index 98b5a0721b..1e071ebd17 100644
--- a/compiler/types/Coercion.lhs
+++ b/compiler/types/Coercion.lhs
@@ -444,7 +444,7 @@ splitNewTypeRepCo_maybe other = Nothing
-- CoercionI is either
-- (a) proper coercion
-- (b) the identity coercion
-data CoercionI = IdCo | ACo Coercion
+data CoercionI = IdCo | ACo Coercion
isIdentityCoercion :: CoercionI -> Bool
isIdentityCoercion IdCo = True