:PROPERTIES: :header-args:haskell: :prologue ":{\n" :epilogue ":}\n" :END: #+begin_src haskell :prologue "" :epilogue "" :results output :set prompt-cont "" import Literate.Accounting import Literate.Accounting.PCG.Chart import Prelude (Int, Num(..)) #+end_src #+RESULTS: #+begin_src haskell print (24::Int) show balance lift map fmap singleton #+end_src #+RESULTS: : :21:1-4: error: Variable not in scope: show