Vcs.Platforminclude Ppx_hash_lib.Hashable.S with type t := tval hash_fold_t : t Base__Ppx_hash_lib.hash_foldinclude module type of Volgo.Vcs.Platform with type t := tval hash : t -> intval seeded_hash : int -> t -> intval sexp_of_t : t -> Sexplib0.Sexp.tval all : t listval to_string : t -> stringA string representing the platform, using the styled capitalization of the variant constructor. For example, "GitHub" is typically spelled with an uppercase 'H'. This is suitable for inclusion into error messages, user facing logs, etc.
include Base.Comparable.S with type t := tval comparator : (t, comparator_witness) Base__Comparator.comparator