byteslice-0.2.5.2: src-no-unlifted-newtypes/UnliftedBytes.hs
{-# language MagicHash #-}
{-# language TypeFamilies #-}
{-# language TypeInType #-}
{-# language UndecidableInstances #-}
module UnliftedBytes
( Bytes#
) where
import GHC.TypeLits
import GHC.Exts (RuntimeRep(..),TYPE)
type family Bytes# :: TYPE ('TupleRep '[ 'UnliftedRep,'IntRep,'IntRep]) where
Bytes# = TypeError ('Text "Bytes# not available before GHC 8.10")