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