Created
July 4, 2012 17:35
-
-
Save daenomo/3048519 to your computer and use it in GitHub Desktop.
map と 関数合成 と 優先度の低い関数適用 と リスト内包表記 を 意味もなく適当に書いた
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
| map ((43+) . (+3)) $ take 5 [ x * 5 | x <- [1..], even x ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment