blob: 5500df865d311aa9265ee48e731bbf960f4bf0e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
(***********************************************************************)
(* *)
(* 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
|