[project @ 1997-11-24 17:49:28 by simonm]
authorsimonm <unknown>
Mon, 24 Nov 1997 17:50:10 +0000 (17:50 +0000)
committersimonm <unknown>
Mon, 24 Nov 1997 17:50:10 +0000 (17:50 +0000)
commit7417ce9aeae9b551467ccdb32b354cd4f7569769
tree5998827ea14b3431a64278b10c9e350967ebee36
parent2ac020c94abc3ca9faf428920ccf38216f749c76
[project @ 1997-11-24 17:49:28 by simonm]
Pull Maybe and Either out of PrelBase into separate modules in an attempt
to make PrelBase a little smaller.
12 files changed:
ghc/lib/ghc/IOBase.lhs
ghc/lib/ghc/IOHandle.lhs
ghc/lib/ghc/PrelBase.lhs
ghc/lib/ghc/PrelEither.lhs [new file with mode: 0644]
ghc/lib/ghc/PrelList.lhs
ghc/lib/ghc/PrelMaybe.lhs [new file with mode: 0644]
ghc/lib/ghc/PrelNum.lhs
ghc/lib/ghc/PrelRead.lhs
ghc/lib/required/IO.lhs
ghc/lib/required/Maybe.lhs
ghc/lib/required/Numeric.lhs
ghc/lib/required/Prelude.lhs