Module spec/numeric

spec/numeric

Types

Even type-function
fn(T : Type) -> Type

Even integer.

Type Parameters

NameTypeNotes
TTypecomptime
Odd type-function
fn(T : Type) -> Type

Odd integer.

Type Parameters

NameTypeNotes
TTypecomptime
Positive type-function
fn(T : Type) -> Type

Strictly positive value (> 0).

Type Parameters

NameTypeNotes
TTypecomptime
Negative type-function
fn(T : Type) -> Type

Strictly negative value (< 0).

Type Parameters

NameTypeNotes
TTypecomptime
NonNegative type-function
fn(T : Type) -> Type

Non-negative value (>= 0).

Type Parameters

NameTypeNotes
TTypecomptime
NonPositive type-function
fn(T : Type) -> Type

Non-positive value (<= 0).

Type Parameters

NameTypeNotes
TTypecomptime