This patch is easier to read if you use the 'git show -w' option.

Also observe that:

  fun a -> ( fun () -> (* code *) )

(ie. returning a closure) is identical to:

  fun a () -> (* code *)

Rich.

_______________________________________________
Libguestfs mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libguestfs

Reply via email to