From 3b6febd6625366b0ea744fdfb6e52f9bee75dbda Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 8 Mar 2002 15:51:19 +0000 Subject: [PATCH] [project @ 2002-03-08 15:51:19 by simonpj] wibble --- ghc/compiler/basicTypes/Var.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.7.10.4