Skip to content

Commit

Permalink
fixup! Add mapK to Tracer, SpanBuilder, etc.
Browse files Browse the repository at this point in the history
add implicitNotFound annotation
  • Loading branch information
NthPortal committed Aug 31, 2023
1 parent 1caa6b7 commit 5a36ec0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import cats.~>
/** A utility for transforming the higher-kinded type `F` to another
* higher-kinded type `G`.
*/
@annotation.implicitNotFound("No transformer defined from ${F} to ${G}")
trait KindTransformer[F[_], G[_]] {

/** A higher-kinded function that lifts the kind `F` into a `G`.
Expand Down

0 comments on commit 5a36ec0

Please sign in to comment.