[][src]Module sophia_term::factory

A TermFactory can be used to create terms while preventing the proliferation of duplicate string.

This is especially useful for RcTerms and ArcTerms, for which two implementations of TermFactory are provided.

Traits

TermFactory

A factory for terms.

Type Definitions

ArcTermFactory

A TermFactory ref-counting the data given out.

FTerm

Type alias for the terms produced by a term factory.

RcTermFactory

A TermFactory ref-counting the data given out.