package daypack-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include sig ... end
type diff = {
  1. added : Int64_set.t;
  2. removed : Int64_set.t;
}
val diff : old:Int64_set.t -> Int64_set.t -> diff
val add_diff : diff -> Int64_set.t -> Int64_set.t
val sub_diff : diff -> Int64_set.t -> Int64_set.t