Module Core_bytes

module Core_bytes: sig .. end
OCaml's built in bytes type, currently equal to string.

type t = bytes 
val create : int -> t
val length : t -> int