summaryrefslogtreecommitdiff
path: root/ghc/lib/glaExts
diff options
context:
space:
mode:
authorsof <unknown>1997-05-19 06:02:19 +0000
committersof <unknown>1997-05-19 06:02:19 +0000
commit2b08eff45369fbc0257ea810eb18b816dccde72a (patch)
tree67f207a74fce72d016c8c24102997c96f55f91ee /ghc/lib/glaExts
parent142889f4badeb54fcd5687a0f3c0e5f18e215d2f (diff)
downloadhaskell-2b08eff45369fbc0257ea810eb18b816dccde72a.tar.gz
[project @ 1997-05-19 05:59:28 by sof]
ghc-2-03-p1 merged onto main trunk
Diffstat (limited to 'ghc/lib/glaExts')
-rw-r--r--ghc/lib/glaExts/GlaExts.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/lib/glaExts/GlaExts.lhs b/ghc/lib/glaExts/GlaExts.lhs
index adb7761bbf..42d78a3518 100644
--- a/ghc/lib/glaExts/GlaExts.lhs
+++ b/ghc/lib/glaExts/GlaExts.lhs
@@ -18,7 +18,6 @@ module GlaExts
-- (an instance of ST):
PrimIO,
ST, RealWorld,
- module Monad, -- ST is an instance
thenPrimIO, --
returnPrimIO,