package sihl-type

  1. Overview
  2. Docs

Module Ql.SortSource

Sourcetype criterion =
  1. | Asc of string
  2. | Desc of string
Sourceval criterion_of_sexp : Sexplib0.Sexp.t -> criterion
Sourceval sexp_of_criterion : criterion -> Sexplib0.Sexp.t
Sourceval criterion_to_yojson : criterion -> Yojson.Safe.t
Sourcetype t = criterion list
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval criterion_value : criterion -> string
OCaml

Innovation. Community. Security.