Skip to content

Commit

Permalink
Unseal InjectK to allow for extension by other libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
andyscott committed Apr 30, 2017
1 parent f686984 commit b266f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/InjectK.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import cats.data.EitherK
*
* @see [[http://www.staff.science.uu.nl/~swier004/publications/2008-jfp.pdf]]
*/
sealed abstract class InjectK[F[_], G[_]] {
abstract class InjectK[F[_], G[_]] {
def inj: FunctionK[F, G]

def prj: FunctionK[G, λ[α => Option[F[α]]]]
Expand Down

0 comments on commit b266f1b

Please sign in to comment.