Vcs.File_contentstype t = Volgo.Vcs.File_contents.tinclude Ppx_hash_lib.Hashable.S with type t := tval hash_fold_t : t Base__Ppx_hash_lib.hash_foldinclude module type of Volgo.Vcs.File_contents with type t := tval hash : t -> intval seeded_hash : int -> t -> intval sexp_of_t : t -> Sexplib0.Sexp.tval create : string -> tcreate file_contents returns a t representing the given file contents.
val to_string : t -> stringto_string s is a convenient wrapper for (s :> string) for use with map functions.