Skip to content

Instantly share code, notes, and snippets.

@YuMingLiao
Created August 9, 2018 11:38
Show Gist options
  • Select an option

  • Save YuMingLiao/8f5e271fce6a508eedf9bca9741432e8 to your computer and use it in GitHub Desktop.

Select an option

Save YuMingLiao/8f5e271fce6a508eedf9bca9741432e8 to your computer and use it in GitHub Desktop.
Ex_RowToList.hs:104:11: error:
* The type [Char] does not contain a field named 'b'.
* In the second argument of `($)', namely
`pairwiseApply functions values'
In a stmt of a 'do' block: print $ pairwiseApply functions values
In the expression: do print $ pairwiseApply functions values
|
104 | print $ pairwiseApply functions values
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment