package volgo

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

Module type File_system.SSource

type t
val load_file : t -> path:Fpath_sexp0.Absolute_path.t -> (string, Err.t) Result.t
val save_file : t -> ?perms:int -> unit -> path:Fpath_sexp0.Absolute_path.t -> file_contents:string -> (unit, Err.t) Result.t