Tuukka Korhonen

Results 2 issues of Tuukka Korhonen

Maybe there should be some warning for the use of getline. If you use cin before getline you should eat the whitespaces with cin>>ws; before the getline command.

Add {deflate,inflate}_bigstring similar to {delfate,inflate} that read from / write to bigstrings instead of bytes. bigstring is defined as: type bigstring = (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t See https://github.com/ocaml/ocaml/blob/trunk/bytecomp/lambda.ml#L138 The Z_BUF_ERROR...

enhancement