[][src]Type Definition sophia::term::ArcTerm

type ArcTerm = Term<Arc<str>>;

Convenient alias for a specialization of Term<T>.

See module documentation for more detail on when to use it.