package alg_structs

  1. Overview
  2. Docs
Interfaces and module combinators for algebraic structures

Install

dune-project
 Dependency

Authors

Maintainers

Sources

alg_structs_qcheck-0.1.3.tbz
sha256=6b0113f2500e70fd00862879ba36d64e9e0f1815ad6ffe2325b1e5e8ed561c08
sha512=80e7a34fb04791221df44d876482a562a48b8e84665258be556fefc1cb77c380425bff7b1f52939bffbf69d78d223ff428e936f7a32dccb7901c6f06783cd764

doc/alg_structs/Alg_structs/Semigroup/Option/index.html

Module Semigroup.OptionSource

Semigroups over option types

Sourcemodule Make (S : S) : S with type t = S.t Option.t

Make (S) is a semigroup where op a b is...