• OCaml logo OCaml logo
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Get started
  • incremental
  • Documentation
  • incremental lib
  • Incremental Module
package incremental
  • incremental
    • Incremental
      • Config
        • Default
        • Incremental_config
      • Make
        • Before_or_after
        • Clock
        • Cutoff
        • Expert
          • Dependency
          • Node
        • Infix
        • Let_syntax
          • Let_syntax
            • Open_on_rhs
        • Observer
          • Update
        • Packed
        • Scope
        • State
          • Stats
        • Update
        • Var
      • Make_with_config
        • 1-C
        • Before_or_after
        • Clock
        • Cutoff
        • Expert
          • Dependency
          • Node
        • Infix
        • Let_syntax
          • Let_syntax
            • Open_on_rhs
        • Observer
          • Update
        • Packed
        • Scope
        • State
          • Stats
        • Update
        • Var
      • Private
      • S
        • Before_or_after
        • Clock
        • Cutoff
        • Expert
          • Dependency
          • Node
        • Infix
        • Let_syntax
          • Let_syntax
            • Open_on_rhs
        • Observer
          • Update
        • Packed
        • Scope
        • State
          • Stats
        • Update
        • Var
Legend:
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 () : S
module Make_with_config (C : Incremental_config) () : S
module Private : sig ... end

Footer

OCaml

Innovation. Community. Security.

GitHub Discord Twitter Peertube RSS

About Us

  • Industrial Users
  • Academic Users
  • Why OCaml

Resources

  • Get Started
  • Language Manual
  • Standard Library API
  • Books
  • Releases

Community

  • Blog
  • Jobs

Policies

  • Carbon Footprint
  • Governance
  • Privacy
  • Code of Conduct