Skip to content

Commit

Permalink
Fix Typo (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgfraser authored Apr 24, 2023
1 parent d310805 commit dd16556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shared/src/main/scala/zio/prelude/IdentityBoth.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ object IdentityBoth {
/**
* The `IdentityBoth` instance for `Const`.
*/
implicit def ConstIdentityeBoth[A: Identity]: IdentityBoth[({ type ConstA[+B] = Const[A, B] })#ConstA] =
implicit def ConstIdentityBoth[A: Identity]: IdentityBoth[({ type ConstA[+B] = Const[A, B] })#ConstA] =
new IdentityBoth[({ type ConstA[+B] = Const[A, B] })#ConstA] {
val any: Const[A, Any] = Const(Identity[A].identity)
def both[B, C](fb: => Const[A, B], fc: => Const[A, C]): Const[A, (B, C)] =
Expand Down

0 comments on commit dd16556

Please sign in to comment.