package daypack-lib

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

Source file map_utils_t.ml

1
2
3
4
5
6
7
8
9
(* Auto-generated from "map_utils.atd" *)
[@@@ocaml.warning "-27-32-33-35-39"]

type ('k, 'v) diff_bucketed = {
  added: ('k * 'v list) list;
  removed: ('k * 'v list) list
}

type ('k, 'v) diff = { added: ('k * 'v) list; removed: ('k * 'v) list }
OCaml

Innovation. Community. Security.