Select the types of activity you want to include in your feed.
fix(lint): resolve E410 doc style issues and apply dune fmt
Add missing periods to doc comments, fix [name] format mismatches, rename camelCase variant constructors to snake_case in hooks.ml, and apply dune fmt formatting.
···2626 type t
27272828 val equal : t -> t -> bool
2929+ (** Equality function. *)
3030+2931 val hash : t -> int
3232+ (** Hash function. *)
3033end
31343235module type S = sig
+1
test/test_cache.mli
···11val suite : string * unit Alcotest.test_case list
22+(** Test suite. *)