👎Deprecated since 0.0.21: Use fp_library::v2::types instead
Expand description
Data types and their corresponding implementations.
Re-exports§
pub use self::endofunction::Endofunction;Deprecated pub use self::endomorphism::Endomorphism;Deprecated pub use self::identity::Identity;Deprecated pub use self::lazy::Lazy;Deprecated pub use self::pair::Pair;Deprecated
Modules§
- arc_fn
Deprecated - Implementations for atomically reference-counted
closures (
Arc<dyn Fn(A) -> B>). - endofunction
Deprecated - Implementations for
Endofunction, a wrapper for endofunctions (functions from a set to the same set) that enables monoidal operations. - endomorphism
Deprecated - Implementations for
Endomorphism, a wrapper for endomorphisms (morphisms from an object to the same object) that enables monoidal operations. - identity
Deprecated - Implementations for
Identity, a type that wraps a value. - lazy
Deprecated - Implementations for
Lazy, the type of lazily-computed, memoized values. - once_
cell Deprecated - Implementations for
OnceCell - once_
lock Deprecated - Implementations for
OnceLock - option
Deprecated - Implementations for
Option. - pair
Deprecated - Implementations for
Pair, a type that wraps two values. - rc_fn
Deprecated - Implementations for reference-counted closures
(
Rc<dyn Fn(A) -> B>). - result
Deprecated - Implementations for
Result. - string
Deprecated - Implementations for
String. - vec
Deprecated - Implementations for
Vec.