packages feed

ghc-exactprint-0.5.7.0: tests/examples/ghc710/OveridingPrimitives.hs

{-# LANGUAGE DataKinds              #-}
{-# LANGUAGE TypeOperators          #-}

(~#) :: Comonad w => CascadeW w (t ': ts) -> w t -> Last (t ': ts)
(~#) = cascadeW
infixr 0 ~#