[project @ 1997-12-04 16:27:18 by simonm]
authorsimonm <unknown>
Thu, 4 Dec 1997 16:27:30 +0000 (16:27 +0000)
committersimonm <unknown>
Thu, 4 Dec 1997 16:27:30 +0000 (16:27 +0000)
commit1735a97ed40bb40b13104a780f095629c432096b
tree4bc64aa1ff0c8707c68e9cb2f02d8b4a97f5f659
parent949cc70c462f81d507cbf1388f393da735b3d174
[project @ 1997-12-04 16:27:18 by simonm]
Move a few instances of the Bounded class from PrelBase out into a new
module PrelBounded.

This enables the minBound value for Int to be fixed using a Literal
Literal (using litlits requires an import of CCall, which imports
PrelBase, hence the need to move this stuff outside).
ghc/lib/ghc/PrelBase.lhs
ghc/lib/ghc/PrelBounded.lhs [new file with mode: 0644]
ghc/lib/required/Prelude.lhs