Skip to content

Instantly share code, notes, and snippets.

@zobar
Created November 4, 2014 15:58
Show Gist options
  • Select an option

  • Save zobar/eb592298ffca7fd9c479 to your computer and use it in GitHub Desktop.

Select an option

Save zobar/eb592298ffca7fd9c479 to your computer and use it in GitHub Desktop.
$ ghci
GHCi, version 7.8.3: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Prelude> show
<interactive>:2:1:
No instance for (Show (a0 -> String)) arising from a use of ‘print’
In a stmt of an interactive GHCi command: print it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment