package git

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

Parameters

module T : sig ... end

Signature

type ('k, 'v) s = ('k, 'v) T.t
type t
val inj : ('a, 'b) s -> ('a, 'b, t) Sigs.store
val prj : ('a, 'b, t) Sigs.store -> ('a, 'b) s