Struct term_rewriting::SignatureChange[][src]

pub struct SignatureChange { /* fields omitted */ }

Allows terms/rules/TRSs to be reified for use with another signature. See Signature::merge.

Methods

impl SignatureChange
[src]

Reifies term for use with another signature See SignatureChange

Reifies context for use with another signature See SignatureChange

Reifies rule for use with another signature See SignatureChange

Reifies TRS for use with another signature See SignatureChange

Auto Trait Implementations