Module Vcaml.Property

Contains a getter and setter for a given variable or property.

type 'a t = {
get : 'a Core.Or_error.t api_call;
set : 'a -> unit Core.Or_error.t api_call;
}