Dunolint0.Dunolint_lang_version
The format of the syntax used in a dunolint config file.
This is specified as the first stanza. For example:
(lang dunolint 1.0)
type t
Representing the two integers that are separated by the dot. For example, the representation of "1.0" is (1, 0).
"1.0"
(1, 0)
val equal : t -> t -> bool
val compare : t -> t -> int
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val create : (int * int) -> t
val to_string : t -> string
Returns the string that can be used as atom in the dunolint configuration file.
module Predicate : sig ... end