Day 5: Haskell

TLDR : Chilling and built-in functions

  • Function composition (It’s symbol is a dot.)
Output = 49
  • map
Output = [1, 4, 9, 16, 25]
  • $
Output = [8,10]
  • Filter
Output = [4,5]

--

--

I do stuff. Like stuff about policy. And book stuff. And gaming stuff. And stuff about life. And stuff about stuff.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Aditya Sujith Gudimetla

I do stuff. Like stuff about policy. And book stuff. And gaming stuff. And stuff about life. And stuff about stuff.