package plato

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Abc.BuildSequenceSource

Parameters

module M : MIN_SEQUENCE

Signature

include MIN_SEQUENCE with type e := M.e and type t := M.t and type key := M.key
val getitem : M.key -> M.t -> M.e
include REVERSIBLE with type e := M.e and type t := M.t and type key := M.key
include ITERABLE with type e := M.e and type t := M.t and type key := M.key
Sourceval reversed : (M.key -> M.e -> unit) -> M.t -> unit
Sourceval reversed_fold : (M.key -> M.e -> 'acc -> 'acc) -> M.t -> 'acc -> 'acc
include COLLECTION with type e := M.e and type t := M.t and type key := M.key and type i := M.e
include SIZED with type t := M.t
val len : M.t -> int
include ITERABLE with type e := M.e and type t := M.t and type key := M.key
Sourceval iter : (M.key -> M.e -> unit) -> M.t -> unit
Sourceval fold : (M.key -> M.e -> 'acc -> 'acc) -> M.t -> 'acc -> 'acc
include CONTAINER with type t := M.t and type i := M.e
Sourceval contains : M.e -> M.t -> bool
OCaml

Innovation. Community. Security.