Vcs.File_contentsRepresenting the raw contents of files on disk.
val hash : t -> intval seeded_hash : int -> t -> intval sexp_of_t : t -> Volgo_stdlib.Sexp.tval to_dyn : t -> Volgo_stdlib.Dyn.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.