package crs

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

Module Reviewdog.SeveritySource

Sourcetype t =
  1. | Unknown_severity
  2. | Error
  3. | Warning
  4. | Info
Sourceval all : t list
Sourceval to_json : t -> Yojson.Basic.t