Skip to content

Commit

Permalink
Merge pull request #2345 from andyscott/patch-6
Browse files Browse the repository at this point in the history
Add one off object for importing lawless Map instances
  • Loading branch information
kailuowang authored Jul 27, 2018
2 parents 92c4b7a + 92d1b32 commit 2ff0425
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alleycats-core/src/main/scala/alleycats/std/map.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ package std

import cats._

object map extends MapInstances

trait MapInstances {

// toList is inconsistent. See https://github.com/typelevel/cats/issues/1831
Expand Down

0 comments on commit 2ff0425

Please sign in to comment.