From: simonpj@microsoft.com Date: Tue, 26 Feb 2008 17:53:05 +0000 (+0000) Subject: Remove gaw comment X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=550bd53be2ca1241a46517187d64fb0d077aeda0;p=ghc-hetmet.git Remove gaw comment --- diff --git a/compiler/typecheck/TcArrows.lhs b/compiler/typecheck/TcArrows.lhs index 538eaa7..8b74063 100644 --- a/compiler/typecheck/TcArrows.lhs +++ b/compiler/typecheck/TcArrows.lhs @@ -175,7 +175,6 @@ tc_cmd env cmd@(HsArrApp fun arg _ ho_app lr) (cmd_stk, res_ty) tc_cmd env cmd@(HsApp fun arg) (cmd_stk, res_ty) = addErrCtxt (cmdCtxt cmd) $ --- gaw 2004 FIX? do { arg_ty <- newFlexiTyVarTy openTypeKind ; fun' <- tcCmd env fun (arg_ty:cmd_stk, res_ty)