packages feed

debruijn-0.1: src-common/TrustworthyCompat.hs

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

import Data.Coerce (coerce)