package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'uid t = private
  1. | Shallow of 'uid
  2. | Unshallow of 'uid
val map : f:('a -> 'b) -> 'a t -> 'b t