From 2d874edca55c4f1761a111dc068d17b319cf707e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 22 Sep 2010 22:52:39 +0000 Subject: [PATCH] Remove an out of date paragraph from the user guide; fixes #4331 --- docs/users_guide/glasgow_exts.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 3e8df7b..d3eba61 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -8102,10 +8102,6 @@ data S = S {-# UNPACK #-} !Int {-# UNPACK #-} !Int directly in the T constructor. The unpacker can see through newtypes, too. - If a field cannot be unpacked, you will not get a warning, - so it might be an idea to check the generated code with - . - See also the flag, which essentially has the effect of adding {-# UNPACK #-} to every strict -- 1.7.10.4