Skip to content

Instantly share code, notes, and snippets.

@forketyfork
Created May 11, 2021 06:55
Show Gist options
  • Save forketyfork/3a706bb979abc42e801c0b235c51f17a to your computer and use it in GitHub Desktop.
Save forketyfork/3a706bb979abc42e801c0b235c51f17a to your computer and use it in GitHub Desktop.
Code to article "Why You Should Learn Functional Programming: Type Classes vs. Interfaces"
class Monoid m where
mempty :: m
mappend :: m -> m -> m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment