T2182.hs:5:5: error: No instance for (Show (t1 -> t1)) arising from a use of ‘show’ (maybe you haven't applied a function to enough arguments?) In the expression: show (\ x -> x) In an equation for ‘y’: y = show (\ x -> x) T2182.hs:6:5: error: No instance for (Eq (t0 -> t0)) arising from a use of ‘==’ (maybe you haven't applied a function to enough arguments?) In the expression: (\ x -> x) == (\ y -> y) In an equation for ‘z’: z = (\ x -> x) == (\ y -> y) T2182.hs:5:5: error: No instance for (Show (t1 -> t1)) arising from a use of ‘show’ (maybe you haven't applied a function to enough arguments?) In the expression: show (\ x -> x) In an equation for ‘y’: y = show (\ x -> x) T2182.hs:6:5: error: No instance for (Eq (t0 -> t0)) arising from a use of ‘==’ (maybe you haven't applied a function to enough arguments?) In the expression: (\ x -> x) == (\ y -> y) In an equation for ‘z’: z = (\ x -> x) == (\ y -> y)