summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/T14306.hs
blob: c39807e4d323d8d4bff344d094aa9edc71269dc2 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE MultiParamTypeClasses #-}
module T14306 where

class (a `C` b) c

class (a `D` b) c d

class (a `E` b)

class a `F` b