From: simonpj Date: Fri, 8 Mar 2002 15:51:19 +0000 (+0000) Subject: [project @ 2002-03-08 15:51:19 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~2293 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3b6febd6625366b0ea744fdfb6e52f9bee75dbda;p=ghc-hetmet.git [project @ 2002-03-08 15:51:19 by simonpj] wibble --- diff --git a/ghc/compiler/basicTypes/Var.lhs b/ghc/compiler/basicTypes/Var.lhs index 3d3f9c9..27487ba 100644 --- a/ghc/compiler/basicTypes/Var.lhs +++ b/ghc/compiler/basicTypes/Var.lhs @@ -14,7 +14,7 @@ module Var ( tyVarName, tyVarKind, setTyVarName, setTyVarUnique, mkTyVar, mkSysTyVar, - newMutTyVar, readMutTyVar, writeMutTyVar, makeTyVarImmutable, + newMutTyVar, readMutTyVar, writeMutTyVar, makeTyVarImmutable, -- Ids Id, DictId,