sig
  val ( >>- ) :
    [< 'Lattice_bounds.TopBottom.t ] ->
    ('-> ([> 'Lattice_bounds.TopBottom.t ] as 'c)) -> 'c
  val ( >>-: ) :
    [< 'Lattice_bounds.TopBottom.t ] ->
    ('-> 'b) -> [> 'Lattice_bounds.TopBottom.t ]
  val ( let+ ) :
    [< 'Lattice_bounds.TopBottom.t ] ->
    ('-> 'b) -> [> 'Lattice_bounds.TopBottom.t ]
  val ( and+ ) :
    [< 'Lattice_bounds.TopBottom.t ] ->
    [< 'Lattice_bounds.TopBottom.t ] ->
    [> ('a * 'b) Lattice_bounds.TopBottom.t ]
  val ( let* ) :
    [< 'Lattice_bounds.TopBottom.t ] ->
    ('-> ([> 'Lattice_bounds.TopBottom.t ] as 'c)) -> 'c
  val ( and* ) :
    [< 'Lattice_bounds.TopBottom.t ] ->
    [< 'Lattice_bounds.TopBottom.t ] ->
    [> ('a * 'b) Lattice_bounds.TopBottom.t ]
end