AtomicScala / atomic-scala-corrections

Find out about or report corrections for the book "Atomic Scala"
http://www.atomicscala.com
6 stars 2 forks source link

Atom "Maps", "Maps.scala" #74

Open waij opened 7 years ago

waij commented 7 years ago

In atom Maps, Maps.scala the output of constants.values is MapLike.DefaultValuesIterable(3.141, 2.718, 1.618) in Scala 2.12.1. Your output is constants.values is "MapLike(3.141, 2.718, 1.618)".