Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Simon Marlow's avatar
    1735a97e
    [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
    History
    [project @ 1997-12-04 16:27:18 by simonm]
    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).
Code owners
Assign users and groups as approvers for specific file changes. Learn more.