Open waij opened 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)".
MapLike.DefaultValuesIterable(3.141, 2.718, 1.618)
constants.values is "MapLike(3.141, 2.718, 1.618)"
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 isconstants.values is "MapLike(3.141, 2.718, 1.618)"
.