xs = []
Standard input is empty
[1 of 1] Compiling Main ( prog.hs, prog.o )
prog.hs:4:27:
Couldn't match expected type `[Int]' with actual type `Char'
In the first argument of `g', namely 'a'
In the expression: g 'a'
In the expression: (g xs, g 'a')
Standard output is empty