{-# LANGUAGE Unsafe #-}
{-# LANGUAGE NoImplicitPrelude #-}

-- | GHC's primitive types and operations.
-- Use GHC.Exts from the base package instead of importing this
-- module directly.
--
-- This module has no source-level definitions. All primitive types
-- and operations are wired-in to GHC. See Note [GHC.Prim] in
-- primops.txt.pp.
module GHC.Internal.Prim () where