packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/Ppr017.hs

{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE ExplicitNamespaces #-}
module Imports( f, type (+), pattern Single ) where

import GHC.TypeLits

pattern Single x = [x]

f = undefined