Trait lambda_calculus::data::list::convert::IntoPairList [] [src]

pub trait IntoPairList {
    fn into_pair_list(self) -> Term;
}

Required Methods

Performs the conversion.

Implementations on Foreign Types

impl IntoPairList for Vec<Term>
[src]

Implementors