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