packages feed

ghc-exactprint-0.5.0.0: tests/examples/ghc8/ExtraConstraintsWildcardInTypeSpliceUsed.hs

{-# LANGUAGE TemplateHaskell #-}
module ExtraConstraintsWildcardInTypeSpliceUsed where

import ExtraConstraintsWildcardInTypeSplice

-- An extra-constraints wild card is not supported in type splices
eq :: $(metaType)
eq x y = x == y