package janestreet_csv

  1. Overview
  2. Docs

Module Csv_sort.Sort_typeSource

Sourcetype t =
  1. | Bytes
  2. | Float
  3. | Infer
  4. | Int
  5. | Natsort
    (*

    https://en.wikipedia.org/wiki/Natural_sort_order

    *)
  6. | Span
  7. | String
  8. | Time
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t Base__Ppx_compare_lib.compare
include Ppx_enumerate_lib.Enumerable.S with type t := t
Sourceval all : t list
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval param : t Core.Command.Param.t