package janestreet_csv

  1. Overview
  2. Docs

Module Csv_sort.Sort_columnSource

Sourcetype t = {
  1. field : string;
  2. order : Order.t;
  3. sort_type : Sort_type.t;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval param : t list Core.Command.Param.t