Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #151 from kailuowang/master
Browse files Browse the repository at this point in the history
open up TupleInstances trait
  • Loading branch information
non committed Apr 25, 2016
2 parents 8d1a44e + 2c4d8a9 commit 7c3b113
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 @@ -122,7 +122,7 @@ object Boilerplate {
|
|import algebra.ring.{EuclideanRing, Rig, Ring, Rng, Semiring}
|
|private[std] trait TupleInstances {
|trait TupleInstances {
- implicit def tuple${arity}Band[${`A..N`}](implicit ${constraints("Band")}): Band[${`(A..N)`}] =
- new Band[${`(A..N)`}] {
- def combine(x: ${`(A..N)`}, y: ${`(A..N)`}): ${`(A..N)`} = ${binTuple("combine")}
Expand Down

0 comments on commit 7c3b113

Please sign in to comment.