Skip to content

Commit

Permalink
chore: remove unnecessary doc
Browse files Browse the repository at this point in the history
  • Loading branch information
csgn committed Sep 18, 2024
1 parent 53f7c45 commit 6c56385
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/scala/kuram/Functor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ trait Functor[F[_]] {
* scala> val f: (Int) => Int = _ * 2
* val f: (Int) => Int = Lambda$XXXX
*
* scala> list |> f
* // or
* scala> list.map(f)
* val res0: List[Int] = List(2, 4, 6)
* }}}
Expand Down

0 comments on commit 6c56385

Please sign in to comment.