From ccb46936b857b755d148f463bc4f94016fb41c8e Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Thu, 12 Nov 2015 08:18:26 +0000 Subject: [PATCH] Remove workaround for simulacrum bug. --- core/src/main/scala/alleycats/EmptyK.scala | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/src/main/scala/alleycats/EmptyK.scala b/core/src/main/scala/alleycats/EmptyK.scala index f9ebafd..85596d3 100644 --- a/core/src/main/scala/alleycats/EmptyK.scala +++ b/core/src/main/scala/alleycats/EmptyK.scala @@ -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 {