package dap

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

Module Arguments.FilterSource

Sourcetype 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
Sourceval to_yojson : t -> Yojson.Safe.t