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

pub trait IntoScottList {
    fn into_scott(self) -> Term;
}

Required Methods

Performs the conversion.

Implementations on Foreign Types

impl IntoScottList for Vec<Term>
[src]

[src]

impl<T: IntoScottNum> IntoScottList for Vec<T>
[src]

[src]

Implementors