Created
April 2, 2015 20:50
-
-
Save jferris/4df29545f5fce74064ac to your computer and use it in GitHub Desktop.
on
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> let a = [1] | |
> let b = [2] | |
> a + b | |
<interactive>:5:1: | |
No instance for (Num [t0]) arising from a use of ‘it’ | |
In a stmt of an interactive GHCi command: print it | |
> (on (+) head) a b | |
3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment