Skip to content

Instantly share code, notes, and snippets.

@daenomo
Created July 4, 2012 17:35
Show Gist options
  • Select an option

  • Save daenomo/3048519 to your computer and use it in GitHub Desktop.

Select an option

Save daenomo/3048519 to your computer and use it in GitHub Desktop.
map と 関数合成 と 優先度の低い関数適用 と リスト内包表記 を 意味もなく適当に書いた
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