Show.Make
type t = Runtime.t
include Volgo.Vcs.Trait.Show.S with type t := t
val show_file_at_rev :
t ->
repo_root:Volgo__.Repo_root.t ->
rev:Volgo.Vcs.Rev.t ->
path:Volgo.Vcs.Path_in_repo.t ->
([ `Present of string | `Absent ], Err.t) Stdlib.Result.t