Module Bechamel_notty.Order
type t =
| Increasing
| Decreasing
val orders : (string, t) Stdlib.Hashtbl.t
val order_of_label : string -> t
val compare_of_order : t -> float option -> float option -> int
val compare_of_label : string -> float option -> float option -> int