Skip to content

Commit

Permalink
Add Count.Infinite syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
adelbertc committed Mar 12, 2015
1 parent 7ffc29e commit dff443c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/scala/rebind/syntax/Count.scala
Expand Up @@ -3,6 +3,8 @@ package syntax

trait CountSyntax {
implicit def countSyntax(i: Int): CountOps = new CountOps(i)

val Infinite = Count.Infinite
}

class CountOps(val i: Int) extends AnyVal {
Expand Down

0 comments on commit dff443c

Please sign in to comment.