package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a item =
  1. | Move of 'a * int
  2. | Set of 'a
  3. | Remove of 'a
  4. | Overwrite of 'a list
val sexp_of_item : ('a -> Sexplib0.Sexp.t) -> 'a item -> Sexplib0.Sexp.t
val item_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a item
type 'a t = 'a item list
include Sexplib0.Sexpable.S1 with type 'a t := 'a t
val t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a t
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t