package dap

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Normal
  2. | Emphasize
  3. | Deemphasize

An optional hint for how to present the source in the UI. A value of 'deemphasize' can be used to indicate that the source is not available or that it is skipped on stepping.

include JSONABLE with type t := t
val to_yojson : t -> Yojson.Safe.t