haskell-src-exts-1.14.0: Test/examples/MultiCtxt.hs
{-# LANGUAGE RankNTypes #-}
module MultiCtxt where
multipleCtx :: Eq a => (Show a => a)
multipleCtx = undefined
{-# LANGUAGE RankNTypes #-}
module MultiCtxt where
multipleCtx :: Eq a => (Show a => a)
multipleCtx = undefined