[][src]Type Definition agnes::label::LMCons

type LMCons<L, M, T> = LVCons<L, PhantomData<M>, T>;

Label-marker cons-list