Signature

Type Alias Signature 

Source
pub type Signature<L, T> = <L as Functor>::Container<T>;
Expand description

A type synonym for L::Container<T>, which corresponds to primitive terms of L with parameters in T.