Home
last modified time | relevance | path

Searched refs:maxIntWord (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/
H A DEnum.hs654 | x <= maxIntWord = I# (word2Int# x#)
671 maxIntWord :: Word
673 maxIntWord = W# (case maxInt of I# i -> int2Word# i) function