{-# LANGUAGE Trustworthy #-}
module TrustworthyCompat (
    IsList (..),
) where

import GHC.Exts (IsList (..))