From 87b3c589498941332029a8a9da35e94a6139f0eb Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 23 May 2007 11:41:03 +0000 Subject: [PATCH] White-space only --- compiler/types/Coercion.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/types/Coercion.lhs b/compiler/types/Coercion.lhs index 98b5a07..1e071eb 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 -- 1.7.10.4