Skip to content
  • Simon Marlow's avatar
    [project @ 1997-12-04 16:27:18 by simonm] · 1735a97e
    Simon Marlow authored
    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).
    1735a97e