Skip to main content

AddRealTy

Type Alias AddRealTy 

Source
pub type AddRealTy<X, A, Y> = DepTupTy<A, Real, AddRealLam<X, A, Y>>;
Expand description

(a : real, (\(a : real) = (x == (a + y)))(a)).

Aliased Typeยง

pub struct AddRealTy<X, A, Y>(/* private fields */);