package owi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = {
  1. values : 'a Indexed.t list;
  2. named : int String_map.t;
}
val empty : 'a t
val fold : (int -> 'a -> 'b -> 'b) -> 'a t -> 'b -> 'b
val map : ('a Indexed.t -> 'b Indexed.t) -> 'a t -> 'b t
OCaml

Innovation. Community. Security.