package virtual_dom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [ `Keys of [ `Sep of string ] | `Description of (string -> string) option | `Text of string ] list
val default : t

The default format is:

"Press <key1 or key2 or ... keyn> to <uncapitalized description>."