Type Alias RcInterned

Source
pub type RcInterned<A> = Interned<Rc<A>>;

Aliased Type§

pub struct RcInterned<A>(Rc<A>);

Tuple Fields§

§0: Rc<A>