abecerra@avispa-cdc.ing.univalle.edu.co (Andres Becerra Sandoval) writes:
> I would like to put the byte 0 (00000000) in a ByteString, how could I do
> this?
Well, er... you just do it. Here is an example of a building a
bytestring of length 3 (character a, character NUL, character b):
declare B={ByteString.make [&a 0 &b]}
Cheers,
-- Dr. Denys Duchier Équipe Calligramme LORIA, Nancy, FRANCE - Please send submissions to users@mozart-oz.org and administriva mail to users-request@mozart-oz.org. The Mozart Oz web site is at http://www.mozart-oz.org/. Please send bug reports to bugs@mozart-oz.org.