package git

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

Module Git.ShallowSource

Sourcetype 'a t
Sourceval exists : 'a t -> equal:('a -> 'a -> bool) -> 'a -> bool Lwt.t
Sourceval get : 'a t -> 'a list Lwt.t
Sourceval append : 'a t -> 'a -> unit Lwt.t
Sourceval remove : 'a t -> equal:('a -> 'a -> bool) -> 'a -> unit Lwt.t
Sourceval make : 'a list -> 'a t
OCaml

Innovation. Community. Security.