Mina_incremental
Different functor instantiations of Incremental in the Coda repository along with some functions to interface with pipes. Each module instantiation of Incremental should represent a connected component of dependencies. We have this modue to prevent adding dependencies to different functors
module Make (Incremental : Incremental.S) (Name : sig ... end) : sig ... end
module New_transition : sig ... end
module Status : sig ... end