I have a method:
def mergeMaps(map1: mutable.Map[K, V],
map2: mutable.Map[K, V]): mutable.Map[K, V] = {
// merge logic here
m1
}
I tried using Scalaz but for some reason, it says symbol |+| cannot be found. NOTE: I imported scalaz._ and Scalaz._