|
Scala example source code file (SemigroupTest.scala)
The SemigroupTest.scala Scala example source codepackage scalaz import std.AllInstances._ object SemigroupTest extends SpecLite { "invariant functor" in { import InvariantFunctorTest._ import syntax.invariantFunctor._ val sg: Semigroup[Num] = Semigroup[Int].xmap[Num](Num.apply _, _.x) sg.append(Num(1), Num(2)) must_===(Num(3)) } } Other Scala examples (source code examples)Here is a short list of links related to this Scala SemigroupTest.scala source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.