package dunolint

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

Module Dunolinter.LintersSource

A data structure to hold linters with a binary search lookup based on field name.

Sourcetype 'a t
Sourceval create : 'a Base.list -> field_name:('a -> Base.string) -> 'a t
Sourceval lookup : 'a t -> field_name:Base.string -> 'a Base.option
OCaml

Innovation. Community. Security.