package crs

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

Module Reviewdog.SuggestionSource

Sourcetype t = {
  1. range : Range.t;
  2. text : string;
}
Sourceval to_json : t -> Yojson.Basic.t