packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/ImplicitSemi.hs

{-# LANGUAGE ImplicitParams #-}

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