bytebuild-0.3.16.1: src-9.2/Compat.hs
{-# LANGUAGE MagicHash #-}
module Compat
( int8ToInt#
, int16ToInt#
, int32ToInt#
, wordToWord8#
, wordToWord16#
, wordToWord32#
, word8ToWord#
, word16ToWord#
, word32ToWord#
) where
import GHC.Exts