On Wed, Dec 22, 2021 at 10:34:25AM +0100, Laszlo Ersek wrote: > ... after consulting <https://ocaml.org/api/Option.html>, is the last > function "Option.value", rather than "Option.default"?
Actually we have our own Option module (mltools/std_utils.ml*). We have to wait until the oldest OCaml compiler we support (currently 4.05) rises to the first version which introduced this (4.08) and then we can switch over. > Commit 07b12fe99fb9. Thanks, Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top _______________________________________________ Libguestfs mailing list [email protected] https://listman.redhat.com/mailman/listinfo/libguestfs
