From 0449741f968cbb8a9777ff44c5d43d47a5592b0e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 16 Jun 2008 22:52:48 +0000 Subject: [PATCH] Tweak a comment to talk about UnboxedTuples rather than -fglasgow-exts --- compiler/typecheck/TcMType.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4