summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T20582.hs
blob: 9b49787be69c1060b221bf593f44b778de3868f6 (plain)
1
2
3
4
5
6
{-# LANGUAGE QuantifiedConstraints #-}

module T20582 where

f :: (forall a. Ord (m a), forall a. Semigroup a => Eq (m a)) => m Int
f = f