diff options
author | simonpj <unknown> | 2000-10-24 07:35:03 +0000 |
---|---|---|
committer | simonpj <unknown> | 2000-10-24 07:35:03 +0000 |
commit | 4a91d102be99778efcab80211ca5de3f2cf6619a (patch) | |
tree | 9a4250e4b1bfa90f117efb47d565cbdd14e271e0 /ghc/compiler/hsSyn/HsSyn.lhs | |
parent | ebef357f943e8fce48adb73053082204cc892f99 (diff) | |
download | haskell-4a91d102be99778efcab80211ca5de3f2cf6619a.tar.gz |
[project @ 2000-10-24 07:35:00 by simonpj]
Mainly MkIface
Diffstat (limited to 'ghc/compiler/hsSyn/HsSyn.lhs')
-rw-r--r-- | ghc/compiler/hsSyn/HsSyn.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/hsSyn/HsSyn.lhs b/ghc/compiler/hsSyn/HsSyn.lhs index ed945331c7..952c07fd9b 100644 --- a/ghc/compiler/hsSyn/HsSyn.lhs +++ b/ghc/compiler/hsSyn/HsSyn.lhs @@ -10,7 +10,7 @@ therefore, is almost nothing but re-exporting. \begin{code} module HsSyn ( - -- NB: don't reexport HsCore or HsPragmas; + -- NB: don't reexport HsCore -- this module tells about "real Haskell" module HsSyn, |