package crs

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

Module Reviewdog.SourceSource

Sourcetype t = {
  1. name : string;
  2. url : string option;
}
Sourceval to_json : t -> Yojson.Basic.t