Remove gaw comment
authorsimonpj@microsoft.com <unknown>
Tue, 26 Feb 2008 17:53:05 +0000 (17:53 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 26 Feb 2008 17:53:05 +0000 (17:53 +0000)
compiler/typecheck/TcArrows.lhs

index 538eaa7..8b74063 100644 (file)
@@ -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)