λ
Size: a a a
λ
VP
VS
VS
λ
λ
VP
VP
VS
λ
VS
λ
λ
VP
VS
By the totality law, x <= y and y <= x cannot be both false.
получается случай, когда x =!= y && x lt y && x gt y
это норма?P
/** Safe type casting from A to B. */
trait Coercible[A, B] {
@inline final def apply(a: A): B = a.asInstanceOf[B]
}
VS
By the totality law, x <= y and y <= x cannot be both false.
получается случай, когда x =!= y && x lt y && x gt y
это норма?λ
/** Safe type casting from A to B. */
trait Coercible[A, B] {
@inline final def apply(a: A): B = a.asInstanceOf[B]
}
VP
By the totality law, x <= y and y <= x cannot be both false.
получается случай, когда x =!= y && x lt y && x gt y
это норма?λ