Module Impl.File_system

val load_file : t -> path:Fpath_base.Absolute_path.t -> Vcs.File_contents.t Base.Or_error.t
val save_file : ?perms:Base.int -> t -> path:Fpath_base.Absolute_path.t -> file_contents:Vcs.File_contents.t -> Base.unit Base.Or_error.t