Module functions

Source
Expand description

Generic, free helper functions, combinators and typeclass functions that dispatch to instance methods.

Re-exports§

pub use super::typeclasses::apply::apply;
pub use super::typeclasses::apply_first::apply_first;
pub use super::typeclasses::apply_second::apply_second;
pub use super::typeclasses::bind::bind;
pub use super::typeclasses::functor::map;
pub use super::typeclasses::pure::pure;

Functions§

constant
forall a b. a -> b -> a
identity
forall a. a -> a