Skip to content

implement From for TRS and UTRS #21

@joshrule

Description

@joshrule

Right now, TRS is declared as:

pub struct TRS {
    pub(crate) lex: Lexicon,
    pub(crate) utrs: UntypedTRS,
    pub(crate) ctx: TypeContext,
}

It would be nice to have a public way to get an untyped TRS from a TRS.

impl From<TRS> for UTRS

would be a straightforward to go about doing so.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions