package dune-configurator

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Interned strings

module type S = sig ... end
type resize_policy =
  1. | Conservative
  2. | Greedy
type order =
  1. | Natural
  2. | Fast
module type Settings = sig ... end
module Make (R : Settings) () : S
module No_interning (R : Settings) () : S
OCaml

Innovation. Community. Security.