ghc-exactprint-0.5.0.0: tests/examples/ghc8/T10519.hs
{-# LANGUAGE ExplicitForAll #-}
{-# LANGUAGE PartialTypeSignatures #-}
module T10519 where
foo :: forall a. _ => a -> a -> Bool
foo x y = x == y
{-# LANGUAGE ExplicitForAll #-}
{-# LANGUAGE PartialTypeSignatures #-}
module T10519 where
foo :: forall a. _ => a -> a -> Bool
foo x y = x == y