From 6ac1eeb5b6d1f8f52f2a70cc5bf24cfead04fcdc Mon Sep 17 00:00:00 2001 From: David Terei Date: Wed, 4 May 2011 15:09:13 -0700 Subject: [PATCH] Format wibble --- compiler/basicTypes/Var.lhs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/basicTypes/Var.lhs b/compiler/basicTypes/Var.lhs index bca185f..13810da 100644 --- a/compiler/basicTypes/Var.lhs +++ b/compiler/basicTypes/Var.lhs @@ -137,8 +137,7 @@ data Var -- Identical to the Unique in the name, -- cached here for speed varType :: Kind, -- ^ The type or kind of the 'Var' in question - isCoercionVar :: Bool - } + isCoercionVar :: Bool } | TcTyVar { -- Used only during type inference -- Used for kind variables during -- 1.7.10.4