Skip to content

Instantly share code, notes, and snippets.

@LeifW
Last active May 29, 2018 04:51
Show Gist options
  • Save LeifW/6f3cf9471d1b5cb1b756a168497b2091 to your computer and use it in GitHub Desktop.
Save LeifW/6f3cf9471d1b5cb1b756a168497b2091 to your computer and use it in GitHub Desktop.
FP topics

Beginning

  • Function definition, application.
  • Pattern matching
  • Recursion
  • map, fold
  • Functions as values

Intermediate

  • data declarations
  • Parametric polymorphism
  • Typeclasses (ad-hoc polymorphism)

Advanced

  • Dependent types (types as values)
  • Monad transformers
  • Macros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment