White-space only
authorsimonpj@microsoft.com <unknown>
Wed, 23 May 2007 11:41:03 +0000 (11:41 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 23 May 2007 11:41:03 +0000 (11:41 +0000)
compiler/types/Coercion.lhs

index 98b5a07..1e071eb 100644 (file)
@@ -444,7 +444,7 @@ splitNewTypeRepCo_maybe other = Nothing
        -- CoercionI is either 
        --      (a) proper coercion
        --      (b) the identity coercion
        -- 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
 
 isIdentityCoercion :: CoercionI -> Bool
 isIdentityCoercion IdCo = True