From: Ian Lynagh Date: Mon, 16 Jun 2008 22:52:48 +0000 (+0000) Subject: Tweak a comment to talk about UnboxedTuples rather than -fglasgow-exts X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0449741f968cbb8a9777ff44c5d43d47a5592b0e Tweak a comment to talk about UnboxedTuples rather than -fglasgow-exts --- diff --git a/compiler/typecheck/TcMType.lhs b/compiler/typecheck/TcMType.lhs index 865c749..46ce803 100644 --- a/compiler/typecheck/TcMType.lhs +++ b/compiler/typecheck/TcMType.lhs @@ -1054,7 +1054,7 @@ nonZeroRank _ = True ---------------------------------------- data UbxTupFlag = UT_Ok | UT_NotOk - -- The "Ok" version means "ok if -fglasgow-exts is on" + -- The "Ok" version means "ok if UnboxedTuples is on" ---------------------------------------- check_mono_type :: Type -> TcM () -- No foralls anywhere