package ecaml

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

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

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