Minimal SQLite key-value store for OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: resolve odoc documentation warnings across monorepo

Fix invalid odoc markup in 54 files: convert {\!Module} to {!Module}
in fuzz .mli files, replace inline {v ... v} with [...] code spans,
fix "paragraph should begin on its own line" warnings, escape bare
brackets, and resolve ambiguous docstring placement (warning 50).

+1 -1
+1 -1
fuzz/fuzz_sqlite.mli
··· 1 - (** Fuzz tests for {\!Sqlite}. *) 1 + (** Fuzz tests for {!Sqlite}. *) 2 2 3 3 val suite : string * Alcobar.test_case list 4 4 (** Test suite. *)