Module Changeset_lib

Consult the homepage of the project for getting started.

module type S = sig ... end
module Api : sig ... end
module type Initial = sig ... end
module Make : functor (I : Initial) -> S with type 'a label = 'a I.label and type source = I.source