summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/Ppr016.hs
blob: 630045c0b2046c562347a5d85439746ad6fcaa4c (plain)
1
2
3
4
{-# LANGUAGE ImplicitParams #-}

explicit :: ((?above :: q, ?below :: a -> q) => b) -> q -> (a -> q) -> b
explicit x ab be = x where ?above = ab; ?below = be