1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package incremental
-
incremental
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type Incremental_config = Config.Incremental_config
module type S = sig ... end
module Config : sig ... end
Make
returns a new incremental implementation. Make
uses Config.Default
()
.
module Make_with_config (C : Incremental_config) () : S
module Private : sig ... end