Copyright | (c) The University of Glasgow 1997-2008 |
---|---|
License | see libraries/ghc-prim/LICENSE |
Maintainer | cvs-ghc@haskell.org |
Stability | internal |
Portability | non-portable (GHC Extensions) |
Safe Haskell | None |
Language | Haskell2010 |
GHC.IntWord64
Documentation
word64ToWord# :: Word64# -> Word# Source #
wordToWord64# :: Word# -> Word64# Source #
int64ToInt# :: Int64# -> Int# Source #
intToInt64# :: Int# -> Int64# Source #
word64ToInt64# :: Word64# -> Int64# Source #
int64ToWord64# :: Int64# -> Word64# Source #
negateInt64# :: Int64# -> Int64# Source #