skew-list-0.1: src/TrustworthyCompat.hs
{-# LANGUAGE Trustworthy #-}
module TrustworthyCompat (
IsList (..),
) where
import GHC.Exts (IsList (..))
{-# LANGUAGE Trustworthy #-}
module TrustworthyCompat (
IsList (..),
) where
import GHC.Exts (IsList (..))