indexed-traversable-0.1.1: src/GhcExts.hs
{-# LANGUAGE CPP #-}
#if __GLASGOW_HASKELL__ >= 702
{-# LANGUAGE Trustworthy #-}
#endif
module GhcExts (
build,
) where
import GHC.Exts (build)
{-# LANGUAGE CPP #-}
#if __GLASGOW_HASKELL__ >= 702
{-# LANGUAGE Trustworthy #-}
#endif
module GhcExts (
build,
) where
import GHC.Exts (build)