diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-04-26 13:59:31 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-04-26 13:59:31 +0000 |
commit | c12da1c090bff457da5bf652a5cec22d75619c09 (patch) | |
tree | 610df92bec8b56f34ca533ab0eb62c07c487e267 /libraries/base/GHC/Base.lhs | |
parent | 73715a0819c294362379325bab4a5bf900e22c55 (diff) | |
download | haskell-c12da1c090bff457da5bf652a5cec22d75619c09.tar.gz |
the "unknown" types are no longer required
Diffstat (limited to 'libraries/base/GHC/Base.lhs')
-rw-r--r-- | libraries/base/GHC/Base.lhs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libraries/base/GHC/Base.lhs b/libraries/base/GHC/Base.lhs index c590366b68..baf2694b78 100644 --- a/libraries/base/GHC/Base.lhs +++ b/libraries/base/GHC/Base.lhs @@ -730,12 +730,6 @@ breakpoint r = r breakpointCond :: Bool -> a -> a breakpointCond _ r = r -data Unknown -data Unknown1 a -data Unknown2 a b -data Unknown3 a b c -data Unknown4 a b c d - data Opaque = forall a. O a -- | Constant function. |