Skip to content

Commit

Permalink
Remove workaround for simulacrum bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
milessabin committed Nov 12, 2015
1 parent c8cd485 commit ccb4693
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/src/main/scala/alleycats/EmptyK.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ import simulacrum.typeclass
}
}

object EmptyK extends EmptyK0

// Currently a simulacrum bug prevents this trait from being folded into
// the object
@imports[EmptyK]
trait EmptyK0
object EmptyK

@exports
object EmptyKInstances {
Expand Down

0 comments on commit ccb4693

Please sign in to comment.