Struct session_types::Var [] [src]

pub struct Var<N>(_);

Recurse. N indicates how many layers of the recursive environment we recurse out of.

Trait Implementations

impl HasDual for Var<Z>
[src]

type Dual = Var<Z>

impl<N> HasDual for Var<S<N>>
[src]

type Dual = Var<S<N>>