@@ -353525,7 +353525,6 @@ module Set_string : sig
353525
353525
include Set_gen.S with type elt = string
353526
353526
end = struct
353527
353527
#1 "set_string.ml"
353528
- # 1 "ext/set.cppo.ml"
353529
353528
(* Copyright (C) 2015-2016 Bloomberg Finance L.P.
353530
353529
*
353531
353530
* This program is free software: you can redistribute it and/or modify
@@ -353550,23 +353549,18 @@ end = struct
353550
353549
* along with this program; if not, write to the Free Software
353551
353550
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
353552
353551
353553
- [@@@warning "-34"]
353554
- # 27 "ext/set.cppo.ml"
353552
+ [@@@warnerror "-34"]
353555
353553
type elt = string
353556
353554
let compare_elt = Ext_string.compare
353557
353555
let print_elt = Format.pp_print_string
353558
353556
353559
- # 49 "ext/set.cppo.ml"
353560
353557
type ('a, 'id) t0 = ('a, 'id) Set_gen.t0 =
353561
353558
| Empty
353562
353559
| Node of ('a, 'id) t0 * 'a * ('a, 'id) t0 * int
353563
353560
353564
- type ('a, 'id) enumeration0 = ('a, 'id) Set_gen.enumeration0 =
353565
- | End
353566
- | More of 'a * ('a, 'id) t0 * ('a, 'id) enumeration0
353567
-
353561
+
353568
353562
type t = (elt, unit) t0
353569
- type enumeration = (elt, unit) Set_gen.enumeration0
353563
+
353570
353564
let empty = Set_gen.empty
353571
353565
let is_empty = Set_gen.is_empty
353572
353566
let iter = Set_gen.iter
@@ -372769,7 +372763,6 @@ include Set_gen.S with type elt = Ident.t
372769
372763
372770
372764
end = struct
372771
372765
#1 "set_ident.ml"
372772
- # 1 "ext/set.cppo.ml"
372773
372766
(* Copyright (C) 2015-2016 Bloomberg Finance L.P.
372774
372767
*
372775
372768
* This program is free software: you can redistribute it and/or modify
@@ -372794,8 +372787,7 @@ end = struct
372794
372787
* along with this program; if not, write to the Free Software
372795
372788
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
372796
372789
372797
- [@@@warning "-34"]
372798
- # 31 "ext/set.cppo.ml"
372790
+ [@@@warnerror "-34"]
372799
372791
type elt = Ident.t
372800
372792
let compare_elt (x : elt) (y : elt) =
372801
372793
let a = Pervasives.compare (x.stamp : int) y.stamp in
@@ -372807,17 +372799,13 @@ let compare_elt (x : elt) (y : elt) =
372807
372799
372808
372800
let print_elt = Ident.print
372809
372801
372810
- # 49 "ext/set.cppo.ml"
372811
372802
type ('a, 'id) t0 = ('a, 'id) Set_gen.t0 =
372812
372803
| Empty
372813
372804
| Node of ('a, 'id) t0 * 'a * ('a, 'id) t0 * int
372814
372805
372815
- type ('a, 'id) enumeration0 = ('a, 'id) Set_gen.enumeration0 =
372816
- | End
372817
- | More of 'a * ('a, 'id) t0 * ('a, 'id) enumeration0
372818
-
372806
+
372819
372807
type t = (elt, unit) t0
372820
- type enumeration = (elt, unit) Set_gen.enumeration0
372808
+
372821
372809
let empty = Set_gen.empty
372822
372810
let is_empty = Set_gen.is_empty
372823
372811
let iter = Set_gen.iter
0 commit comments