From 1da6efad5d7a54e835d0b94a98617908254a96c5 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 24 May 2000 11:09:55 +0000 Subject: [PATCH] [project @ 2000-05-24 11:09:55 by simonmar] don't use underscores in type variable names --- ghc/compiler/typecheck/TcExpr.hi-boot-5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/typecheck/TcExpr.hi-boot-5 b/ghc/compiler/typecheck/TcExpr.hi-boot-5 index 25c9e5a..a56c7bc 100644 --- a/ghc/compiler/typecheck/TcExpr.hi-boot-5 +++ b/ghc/compiler/typecheck/TcExpr.hi-boot-5 @@ -1,6 +1,6 @@ __interface TcExpr 1 0 where __export TcExpr tcExpr ; -1 tcExpr :: __forall [_s] => +1 tcExpr :: __forall [s] => RnHsSyn.RenamedHsExpr -> TcMonad.TcType - -> TcMonad.TcM _s (TcHsSyn.TcExpr, Inst.LIE) ; + -> TcMonad.TcM s (TcHsSyn.TcExpr, Inst.LIE) ; -- 1.7.10.4