Hi Gnani,

What do you expect as the result of multiplying those two maps?

Regards
Mikail

On Tuesday, 28 November 2017 19:40:52 UTC, Gnani Swami wrote:
>
> Hi,
>
> I am learning Scalaz, Thanks for a wonderful library.
>
> Is it possible to multiply two maps?
>
> Map("A" -> 3, "C" -> 4)  |*| Map("A" -> 4, "B" -> 9, "C" -> 8)
>
> I also tried following but didn't work.
> Tag[(String,Int), Multiplication](Map("A" -> 3, "C" -> 4))  |+| 
> Tag[(String,Int), Multiplication] Map("A" -> 4, "B" -> 9, "C" -> 8)
>
> Cheers
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"scalaz" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/scalaz.
For more options, visit https://groups.google.com/d/optout.

Reply via email to