package crs

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

Module Reviewdog.LocationSource

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