summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T5957.hs
blob: badb4309a1afb93b492e0fba72326f1407ae389c (plain)
1
2
3
4
5
{-# LANGUAGE Haskell2010 #-}
module T5957 where

flex :: Int -> Show a => a -> String
flex i a = show a ++ show i