Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Type classes - what they are and how they work #3

Open
pheymann opened this issue Jul 3, 2018 · 0 comments
Open

Proposal: Type classes - what they are and how they work #3

pheymann opened this issue Jul 3, 2018 · 0 comments

Comments

@pheymann
Copy link
Member

pheymann commented Jul 3, 2018

type: firehose talk
audience: beginner
category: Haskell, Scala

Summary

Type classes are part of the bedrock underlying Functional Programming. But especially for people new to FP this concept can be hard to grasp.

In this talk, I will give a firehose introduction to type classes which:

  • explains what they are
  • what they can be used for
  • and how they work languages with implicit resolution (e.g. Scala) vs. with this mechanism (Haskell)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant