{-# LANGUAGE Trustworthy #-} module Data.Strict.Trustworthy ( IsList(..) ) where import GHC.Exts (IsList(..))