Module Stdune.Interned

Interned strings

type resize_policy =
| Conservative
| Greedy
type order =
| Natural
| Fast
module type Settings = sig ... end
module Make : functor (R : Settings) -> functor () -> Interned_intf.S
module No_interning : functor (R : Settings) -> functor () -> Interned_intf.S