1 2 3 4 5 6 7
{-# LANGUAGE TypeApplications #-} import Data.Ord main :: IO () main = do print ((<) 10 20) print ((<) @(Down _) 10 20)