package ecaml

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

Module Symbol.DisabledSource

Whether a command is disabled, and an optional message if so.

Sourcetype t =
  1. | Not_disabled
  2. | Disabled of {
    1. message : string option;
    }
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t