summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/WildcardInInstanceSig.hs
blob: 360366d4434bcbf1ee3a50e05395e4d58f9eb036 (plain)
1
2
3
4
5
6
{-# LANGUAGE InstanceSigs #-}
module WildcardInInstanceSig where

instance Num Bool where
  negate :: _
  negate = undefined