package base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = S
module type S1 = S1
module type Indexable = Indexable
module type Indexable1 = Indexable1
module Make (T : Indexable) : S with type t := T.t with type elt := T.elt
module Make1 (T : Indexable1) : S1 with type 'a t := 'a T.t