Struct type_level_logic::types::balanced::Undefined []

pub struct Undefined;

Trait Implementations

impl Default for Undefined
[src]

Returns the "default value" for a type. Read more

impl Int for Undefined

impl IntSucc for Undefined

impl IntPred for Undefined

impl IntTriple for Undefined

impl Unique for Undefined

impl IntNeg for Undefined

impl IntAdd<Term> for Undefined

impl IntAdd<Undefined> for Undefined

impl<N: Int> IntAdd<Zero<N>> for Undefined

impl<N: Int> IntAdd<Plus<N>> for Undefined

impl<N: Int> IntAdd<Minus<N>> for Undefined

impl IntSub<Term> for Undefined

impl IntSub<Undefined> for Undefined

impl<N: Int> IntSub<Zero<N>> for Undefined

impl<N: Int> IntSub<Plus<N>> for Undefined

impl<N: Int> IntSub<Minus<N>> for Undefined

impl IntMul<Term> for Undefined

impl IntMul<Undefined> for Undefined

impl<N: Int> IntMul<Zero<N>> for Undefined

impl<N: Int> IntMul<Plus<N>> for Undefined

impl<N: Int> IntMul<Minus<N>> for Undefined

impl IntAbs for Undefined

impl IntDiv<Term> for Undefined

impl IntDiv<Undefined> for Undefined

impl IntRem<Term> for Undefined

impl IntRem<Undefined> for Undefined