module type Settings = sig ... end
module Make : functor (R : Settings) -> functor () -> Interned_intf.S
module No_interning : functor (R : Settings) -> functor () -> Interned_intf.S
Stdune.Interned
Interned strings
module type Settings = sig ... end
module Make : functor (R : Settings) -> functor () -> Interned_intf.S
module No_interning : functor (R : Settings) -> functor () -> Interned_intf.S