Compare commits
No commits in common. "main" and "0.1.2" have entirely different histories.
3 changed files with 2 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
val scala3: String = "3.8.3"
|
val scala3: String = "3.8.1"
|
||||||
|
|
||||||
ThisBuild / scalaVersion := scala3
|
ThisBuild / scalaVersion := scala3
|
||||||
ThisBuild / versionScheme := Some("semver-spec")
|
ThisBuild / versionScheme := Some("semver-spec")
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
sbt.version=1.12.11
|
sbt.version=1.12.0
|
||||||
|
|
|
||||||
|
|
@ -23,14 +23,8 @@ end Predicate
|
||||||
|
|
||||||
object Predicate:
|
object Predicate:
|
||||||
|
|
||||||
/** @return
|
|
||||||
* The predicate that evaluates to `true`.
|
|
||||||
*/
|
|
||||||
def alwaysTrue: Predicate = True
|
def alwaysTrue: Predicate = True
|
||||||
|
|
||||||
/** @return
|
|
||||||
* The predicate that evaluates to `false`.
|
|
||||||
*/
|
|
||||||
def alwaysFalse: Predicate = False
|
def alwaysFalse: Predicate = False
|
||||||
|
|
||||||
/** The result of evaluating a [[Predicate]] is a Boolean value where:
|
/** The result of evaluating a [[Predicate]] is a Boolean value where:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue