Skip to content

Commit

Permalink
change val to def
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Gagnon committed Sep 12, 2013
1 parent c018cef commit 6ebbcbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ScMapGroup[K,V](implicit val group : Group[V]) extends ScMapMonoid[K,V]()(
*/
trait GenericMapRing[K, V, M <: ScMap[K, V]] extends Ring[M] with MapOperations[K, V, M] {

implicit val ring : Ring[V]
implicit def ring : Ring[V]

// It is possible to implement this, but we need a special "identity map" which we
// deal with as if it were map with all possible keys (.get(x) == ring.one for all x).
Expand Down

0 comments on commit 6ebbcbe

Please sign in to comment.