package volgo

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

Module Vcs.File_shown_at_revSource

Sourcetype t = [
  1. | `Present of File_contents.t
  2. | `Absent
]
Sourceval to_dyn : t -> Volgo_stdlib.Dyn.t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t