package bonsai

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Order.ActionSource

Sourcetype 'col_id t =
  1. | Set_sort of 'col_id
  2. | Add_sort of 'col_id

Simple variant module used as a message for changing ordering.

Sourceval sexp_of_t : ('col_id -> Sexplib0.Sexp.t) -> 'col_id t -> Sexplib0.Sexp.t