How do I code an 'instance' declaration for '(Show ([(String, Int)] -> Int))'.
expr-eval.hs:334:23:
No instance for (Show ([(String, Int)] -> Int))
arising from a use of `print' at expr-eval.hs:334:23-27
Possible fix:
add an instance declaration for (Show ([(String, Int)] -> Int))
In the first argument of `(.)', namely `print'
In the second argument of `(>>=)', namely `print . calc . lexer'
In the expression: getContents >>= print . calc . lexer