Bohtvaroh

Blogger - Scalaz Motivation - 4

Jun 1st, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.08 KB | None | 0 0
  1. object IntMonoid {
  2.   def mzero = 0
  3.   def mappend(a: Int, b: Int) = a + b
  4. }
Advertisement
Add Comment
Please, Sign In to add comment