(***********************************************************************) (* *) (* OCaml *) (* *) (* Mark Shinwell, Jane Street Europe *) (* *) (* Copyright and licence information to be added. *) (* *) (* *) (* *) (***********************************************************************) module List = struct include ListLabels let fold = fold_left end let sprintf = Printf.sprintf