package volgo

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

Module Num_status.KeySource

Sourcetype t =
  1. | One_file of Path_in_repo.t
  2. | Two_files of {
    1. src : Path_in_repo.t;
    2. dst : Path_in_repo.t;
    }
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval seeded_hash : int -> t -> int
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.