2024-02-02 21:37:18 -05:00
|
|
|
{-# LANGUAGE MagicHash #-}
|
2022-04-08 10:43:40 -04:00
|
|
|
|
2024-02-02 21:37:18 -05:00
|
|
|
module Compat
|
2022-04-08 10:43:40 -04:00
|
|
|
( int8ToInt#
|
|
|
|
, int16ToInt#
|
|
|
|
, int32ToInt#
|
2024-02-02 21:37:18 -05:00
|
|
|
, wordToWord8#
|
2022-04-08 10:43:40 -04:00
|
|
|
, wordToWord16#
|
|
|
|
, wordToWord32#
|
|
|
|
, word8ToWord#
|
|
|
|
, word16ToWord#
|
|
|
|
, word32ToWord#
|
|
|
|
) where
|
|
|
|
|
|
|
|
import GHC.Exts
|