Module Raminit.Binary

Binary Module

type t = Stdlib.Bytes.t

Type for binary.

val to_string : t -> string

to_string b converts the binary b to string.

val print : t -> unit

print b prints the binary b to the standard output.