Solutions for ocaml.org/problems. Usage Dependencies: opam switch create . -w --with-test Build project: dune build Run inline tests: dune runtest Usage as library: Problems.P31.is_prime 7;; - : bool = true Resources: Real World OCaml Official OCaml Docs