Struct term_rewriting::TRS [] [src]

pub struct TRS { /* fields omitted */ }

A first-order term rewriting system.

Methods

impl TRS
[src]

[src]

Constructs a term rewriting system from a list of rules.

[src]

Perform a single rewrite step using a normal-order (leftmost-outermost) rewrite strategy.

Trait Implementations

impl Debug for TRS
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for TRS
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for TRS

impl Sync for TRS