packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/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