Module Polars.Common

module type Compare = sig ... end
module type Numeric = sig ... end
module type Logic = sig ... end
module Make_numeric (T : sig ... end) : Numeric with type t := T.t
module Make_logic (T : sig ... end) : Logic with type t := T.t
val record_panic_backtraces : unit -> unit
module For_testing : sig ... end