Module konst::polymorphism
source · Expand description
Re-exports§
pub use typewit;
pub use typewit::simple_type_witness;
pub use typewit::type_fn;
pub use typewit::type_fn;
pub use typewit::CallFn;
pub use typewit::HasTypeWitness;
pub use typewit::MakeTypeWitness;
pub use typewit::TypeEq;
pub use typewit::TypeFn;
pub use typewit::TypeWitnessTypeArg;
Modules§
- Markers used to classify types, used as
Kind
associated types.
Macros§
- Declares a function for converting a
TypeEq<L, R>
toTypeEq<Foo<L>, Foo<R>>
.