pub trait PackedElim {
    type Clownfish;
    type Piranha;
}

Required Associated Types§

Implementors§

source§

impl<T> PackedElim for Pure<T>

§

type Clownfish = Pure<T>

§

type Piranha = Pure<T>

source§

impl<Target> PackedElim for WeakHead<Species, Target>
where WeakHead<Pure<Target>, Target>: SynthTyped<(), Target>,

§

type Clownfish = <WeakHead<Pure<Target>, Target> as SynthTyped<(), Target>>::Expr

§

type Piranha = <WeakHead<Pure<Target>, Target> as SynthTyped<(), Target>>::Expr