Skip to main content

are_joinable

Function are_joinable 

Source
pub fn are_joinable(
    expr1: &TLExpr,
    expr2: &TLExpr,
    system: &RewriteSystem,
) -> bool
Expand description

Check if two expressions can be joined under a rewrite system.

Convenience function that creates a checker and tests joinability.