pub fn structural_derivation_valid(steps: &[(StructuralRule, bool)]) -> boolExpand description
Validate a whole sequence of structural-rule applications (rule, reusable); every step must
be licensed for the derivation to be well-formed.
pub fn structural_derivation_valid(steps: &[(StructuralRule, bool)]) -> boolValidate a whole sequence of structural-rule applications (rule, reusable); every step must
be licensed for the derivation to be well-formed.