package iter

  1. Overview
  2. Docs

Install

Dune Dependency

Authors

Maintainers

Sources

1.2.1.tar.gz
md5=76f805c96d10f2649dd5c65b28052a82
sha512=f4c71a62fb2350e2cac78acf07abeb67c206f487101aa189b545e91a154d936cbe59092b6557ea516108b2faeabd034640d61450e99a2e930bd7559a6eee2675

doc/iter/Iter/Map/index.html

Module Iter.MapSource

Sourcemodule type S = sig ... end
Sourcemodule Adapt (M : Map.S) : S with type key = M.key and type 'a t = 'a M.t

Adapt a pre-existing Map module to make it iterator-aware

Sourcemodule Make (V : Map.OrderedType) : S with type key = V.t

Create an enriched Map module, with iterator-aware functions

OCaml

Innovation. Community. Security.