Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Simon Marlow's avatar
    b3edde6c
    HsBool should be HsInt, not StgBool · b3edde6c
    Simon Marlow authored
    StgBool is mapped to C's int type.  GHC doesn't currently know the
    size of a C int on the target arch, it's easier to use StgInt instead.
    I guess nobody ever uses Bool arguments to foreign imports/exports.
    b3edde6c
    History
    HsBool should be HsInt, not StgBool
    Simon Marlow authored
    StgBool is mapped to C's int type.  GHC doesn't currently know the
    size of a C int on the target arch, it's easier to use StgInt instead.
    I guess nobody ever uses Bool arguments to foreign imports/exports.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.