Function blisp::macro::match_pattern

source ·
pub fn match_pattern(
    e1: &Expr,
    e2: &Expr,
    ctx: &mut BTreeMap<String, LinkedList<Expr>>
) -> bool
Expand description

e1 is a pattern and e2 is an expression to be matched.