packages feed

ghc-exactprint-1.14.0.0: tests/examples/ghc910/Domino.hs

{-# LANGUAGE PatternSynonyms #-}
module Domino where

-- c0
pattern (:|) ::
  -- c1
  a ->
  -- c2
  a ->
  -- c3
  Domino a