vidi::util::solver

Function get_app_term

Source
pub fn get_app_term<'a, 'b>(
    query: &'a UniverseQuery<'a>,
    term: &'b Term,
) -> Option<(&'a str, &'b [Term])>
Expand description

Returns the name of the term and its arguments, or None if the name doesn’t exist in this query.