diff options
author | simonmar <unknown> | 2002-05-09 13:14:42 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-05-09 13:14:42 +0000 |
commit | 6c9f6144f2212ae5706cbbd08f411c21e2b2c075 (patch) | |
tree | 535c9de38db0e649808f96c5334809f55c83d2c5 /libraries/base/Foreign.hs | |
parent | d66534a4b9b3fe8e070e6888993e1738394445b1 (diff) | |
download | haskell-6c9f6144f2212ae5706cbbd08f411c21e2b2c075.tar.gz |
[project @ 2002-05-09 13:14:42 by simonmar]
tweak the module comment
Diffstat (limited to 'libraries/base/Foreign.hs')
-rw-r--r-- | libraries/base/Foreign.hs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libraries/base/Foreign.hs b/libraries/base/Foreign.hs index 9c3d045750..0b22468dca 100644 --- a/libraries/base/Foreign.hs +++ b/libraries/base/Foreign.hs @@ -10,10 +10,7 @@ -- Portability : portable -- -- A collection of data types, classes, and functions for interfacing --- with another programming language. This is only a convenience module --- in the future, but currently it has the additional task of hiding --- those entities exported from other modules, which are not part of the --- FFI proposal. +-- with another programming language. -- ----------------------------------------------------------------------------- |