[][src]Trait weresocool_ast::operations::Substitute

pub trait Substitute {
    fn substitute(
        &self,
        normal_form: &mut NormalForm,
        table: &OpOrNfTable,
        arg_map: &ArgMap
    ) -> OpOrNf; }

Required methods

fn substitute(
    &self,
    normal_form: &mut NormalForm,
    table: &OpOrNfTable,
    arg_map: &ArgMap
) -> OpOrNf

Loading content...

Implementors

impl Substitute for Op[src]

impl Substitute for OpOrNf[src]

impl Substitute for NormalForm[src]

Loading content...