summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-02-21 23:03:41 +0000
committerIan Lynagh <igloo@earth.li>2012-02-22 01:46:33 +0000
commit544926d7c6fe5823eb12b7907853e34ad7444b9b (patch)
tree3871220450f474ef8d62bac92e21e948fbd39212 /docs
parent62494e7b8276f613233f2fbcc2d5c545bd39c86d (diff)
downloadhaskell-544926d7c6fe5823eb12b7907853e34ad7444b9b.tar.gz
Remove support for CTYPE pragmas on type synonyms
It's not clear whether it's desirable or not, and it turns out that the way we use coercions in GHC means we tend to lose information about type synonyms.
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/ffi-chap.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml
index bf378bfe4c..b5ae0e06e4 100644
--- a/docs/users_guide/ffi-chap.xml
+++ b/docs/users_guide/ffi-chap.xml
@@ -191,7 +191,6 @@ foreign import capi
<programlisting>
data {-# CTYPE "unistd.h" "useconds_t" #-} T = ...
newtype {-# CTYPE "useconds_t" #-} T = ...
-type {-# CTYPE "unistd.h" "useconds_t" #-} T = ...
</programlisting>
</para>
</sect2>