package daypack-lib

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

Module Daypack_lib.Int64_set_utilsSource

include sig ... end
Sourcetype diff = {
  1. added : Int64_set.t;
  2. removed : Int64_set.t;
}
Sourceval diff : old:Int64_set.t -> Int64_set.t -> diff
Sourceval add_diff : diff -> Int64_set.t -> Int64_set.t
Sourceval sub_diff : diff -> Int64_set.t -> Int64_set.t
OCaml

Innovation. Community. Security.