summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/T12039.hs
blob: f72f8af9c99a7e99b53476ec6ce2023448c41111 (plain)
1
2
3
4
5
{-# LANGUAGE PartialTypeSignatures #-}

module T12039 where

class Num _ => B a