package alcotest

  1. Overview
  2. Docs
Alcotest is a lightweight and colourful test framework

Install

Dune Dependency

Authors

Maintainers

Sources

alcotest-1.8.0.tbz
sha256=cba1bd01707c8c55b4764bb0df8c9c732be321e1f1c1a96a406e56d8dbca1d0e
sha512=eebb034c990abd253f526e848a99881686d7bd3c7d1b1d373953d568d062e3d5aaa79b6b4807455aaa9a98710eca4ada30e816a0134717a380619a597575564d

doc/alcotest.stdlib_ext/Alcotest_stdlib_ext/Option/index.html

Module Alcotest_stdlib_ext.OptionSource

Sourceval map : ('a -> 'b) -> 'a option -> 'b option
Sourceval bind : 'a option -> ('a -> 'b option) -> 'b option
Sourceval is_some : _ option -> bool
Sourceval get_exn : 'a option -> 'a
Sourceval value : default:'a -> 'a option -> 'a
Sourceval (||) : 'a option -> 'a option -> 'a option
OCaml

Innovation. Community. Security.