packages feed

skew-list-0.1: src/TrustworthyCompat.hs

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

import GHC.Exts (IsList (..))