package dap

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Indexed
  2. | Named

Optional filter to limit the child variables to either named or indexed. If omitted, both types are fetched.

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