Module naan::hkt

source ·
Expand description

Re-exports of HKT markers for types that have provided implementations

Re-exports

  • pub use crate::impls::btree_map::hkt::BTreeMap;
  • pub use crate::impls::btree_map::hkt::BTreeMapValues;
  • pub use crate::impls::hash_map::hkt::HashMap;
  • pub use crate::impls::hash_map::hkt::HashMapValues;
  • pub use crate::impls::identity::hkt::Id;
  • pub use crate::impls::option::hkt::Option;
  • pub use crate::impls::result::hkt::Result;
  • pub use crate::impls::result::hkt::ResultOk;
  • pub use crate::impls::tinyvec::hkt::ArrayVec;
  • pub use crate::impls::vec::hkt::Vec;

Modules