Module Ppx_string_runtime

module type S = sig ... end

Signature for runtime implementations of Ppx_string's backend.

module type S__stack__heap = sig ... end

Signature for runtime implementations of Ppx_string's backend.

module type S__stack__stack = sig ... end

Signature for runtime implementations of Ppx_string's backend.

module For_string : S with type t := Base.string and type length := Base.int and type conversion := Base.string