package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'v) t = {
  1. v : 'a -> ?fresh:bool -> ?readonly:bool -> string -> 'v;
}
val memoize : v:('a -> fresh:bool -> readonly:bool -> string -> 'v) -> clear:('v -> unit) -> valid:('v -> bool) -> (root:string -> string) -> ('a, 'v) t