package diffast-core

  1. Overview
  2. Docs
type t =
  1. | Kany
  2. | Kpair of Obj.t * Obj.t
val any_key : t
val make_pair_key : < data : < _label : Obj.t.. >.. > -> < data : < _label : Obj.t.. >.. > -> t
val is_any_key : t -> bool
val is_pair_key : t -> bool
val to_string : ?opr:(Obj.t -> string) -> t -> string
OCaml

Innovation. Community. Security.