[][src]Function mini_kanren::goals::list::appendo

pub fn appendo(
    a: impl 'static + Into<Value>,
    b: impl 'static + Into<Value>,
    l: impl 'static + Into<Value>
) -> impl Goal<Substitution<'static>>

Creates a goal that succeeds if two lists can be appended two form a third.