Module type Api.NATIVE_STRING

module type NATIVE_STRING = sig .. end
Native OCaml string.

type character = char 
type t = string 
include Api.BASIC_STRING