object Forall extends Foralls
- Source
- Forall.scala
- Alphabetic
- By Inheritance
- Forall
- Foralls
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
CPS[P[_]] = (DNE[P]) ⇒ Nothing
- Definition Classes
- Foralls
-
type
DNE[P[_]] = Not[P[A]] forSome {type A}
- Definition Classes
- Foralls
-
type
Not[A] = (A) ⇒ Nothing
Universal quantification by doubly negating an existential.
Universal quantification by doubly negating an existential.
- Definition Classes
- Foralls