summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T11274.hs
blob: 2109cdfa9c872c5442245f323e0ceb0821db468d (plain)
1
2
3
4
5
6
7
8
9
10
{-# OPTIONS_GHC -fdefer-typed-holes #-}

module T11274 where

data Asd = Asd

someHole = _asd

missingInstance :: Asd -> Asd -> Bool
missingInstance x y = x == y