Dunolint0.Dunolint_lang_versionThe format of the syntax used in a dunolint config file.
This is specified as the first stanza. For example:
(lang dunolint 1.0)
Representing the two integers that are separated by the dot. For example, the representation of "1.0" is (1, 0).
val to_dyn : t -> Dyn.tval create : (int * int) -> tval to_string : t -> stringReturns the string that can be used as atom in the dunolint configuration file.
module Predicate : sig ... end