Struct kailua_types::ty::TVar [] [src]

pub struct TVar(pub u32);

Anonymous, unifiable type variables generated by TypeContext.

Trait Implementations

impl Copy for TVar
[src]

impl Clone for TVar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TVar
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for TVar
[src]

impl Hash for TVar
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for TVar
[src]

In the debugging output the type variable is denoted <#tvar>.

Formats the value using the given formatter.

impl Lattice for TVar
[src]

Asserts that self is a consistent subtype of other under the type context.

Asserts that self is a consistent type equal to other under the type context.