projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94c24b4
)
Format wibble
author
David Terei
<davidterei@gmail.com>
Wed, 4 May 2011 22:09:13 +0000
(15:09 -0700)
committer
David Terei
<davidterei@gmail.com>
Wed, 4 May 2011 22:09:13 +0000
(15:09 -0700)
compiler/basicTypes/Var.lhs
patch
|
blob
|
history
diff --git
a/compiler/basicTypes/Var.lhs
b/compiler/basicTypes/Var.lhs
index
bca185f
..
13810da
100644
(file)
--- 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