{-# LANGUAGE Safe #-} -- | -- -- Module : GHC.IsList -- Copyright : (c) The University of Glasgow 2002 -- License : see libraries/base/LICENSE -- -- Maintainer : ghc-devs@haskell.org -- Stability : internal -- Portability : non-portable (GHC Extensions) -- -- @since 4.17.0.0 module GHC.IsList (IsList(..) ) where import GHC.Internal.IsList