Last active
February 23, 2019 00:51
-
-
Save ConnorBaker/d5c7b5312a7c2ca54fdc5f64b79ba644 to your computer and use it in GitHub Desktop.
Programming in Haskell, 2nd ed.: Chapter 5: Problem 7
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
| list1 :: [(Int,Int)] | |
| list1 = concat [[(x,y) | y <- [3,4]] | x <- [1,2]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment