Module Driver.Cookies

type t
val get : t -> string -> (Parsetree.expression, 'a -> 'a, 'b) Ppxlib__.Ast_pattern0.t -> 'b option
val get_res : t -> string -> (Parsetree.expression, 'a -> 'a, 'b) Ppxlib__.Ast_pattern0.t -> ('b option, Ppxlib__.Location.Error.t Stdppx.NonEmptyList.t) result
val set : t -> string -> Parsetree.expression -> unit
val add_handler : (t -> unit) -> unit
val add_simple_handler : string -> (Parsetree.expression, 'a -> 'a, 'b) Ppxlib__.Ast_pattern0.t -> f:('b option -> unit) -> unit
val add_post_handler : (t -> unit) -> unit