package bonsai

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

Module Bonsai_web_ui_drag_and_drop.ModelSource

Sourcetype ('source_id, 'target_id) t =
  1. | Not_dragging
  2. | Dragging of {
    1. source : 'source_id;
    2. target : 'target_id option;
    }
include Sexplib0.Sexpable.S2 with type ('source_id, 'target_id) t := ('source_id, 'target_id) t
Sourceval t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> (Sexplib0.Sexp.t -> 'b) -> Sexplib0.Sexp.t -> ('a, 'b) t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> ('b -> Sexplib0.Sexp.t) -> ('a, 'b) t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Equal.S2 with type ('source_id, 'target_id) t := ('source_id, 'target_id) t
Sourceval equal : 'a Base__Ppx_compare_lib.equal -> 'b Base__Ppx_compare_lib.equal -> ('a, 'b) t Base__Ppx_compare_lib.equal
OCaml

Innovation. Community. Security.