Skip to content

Commit

Permalink
Merge pull request #4142 from xuwei-k/patch-1
Browse files Browse the repository at this point in the history
remove unused `Apply#tupleN` type param
  • Loading branch information
armanbilge authored Mar 5, 2022
2 parents f28f1d5 + a2ed0ef commit 160569f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Boilerplate.scala
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ object Boilerplate {
- /** @group MapArity */
- def map$arity[${`A..N`}, Z]($fparams)(f: (${`A..N`}) => Z): F[Z] = Semigroupal.map$arity($fparams)(f)(self, self)
- /** @group TupleArity */
- def tuple$arity[${`A..N`}, Z]($fparams): F[(${`A..N`})] = Semigroupal.tuple$arity($fparams)(self, self)
- def tuple$arity[${`A..N`}]($fparams): F[(${`A..N`})] = Semigroupal.tuple$arity($fparams)(self, self)
|}
"""
}
Expand Down

0 comments on commit 160569f

Please sign in to comment.