package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type insert =
  1. | S of string
  2. | C of Cstruct.t
type t =
  1. | Insert of insert
  2. | Copy of int * int
val len : insert -> int