package bastet

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Additive.GroupSource

Include only either LOOP or MONOID.

include Interface.LOOP with type t = float
include Interface.QUASIGROUP with type t = float
include Interface.MAGMA with type t = float
Sourcetype t = float
include Interface.MONOID with type t := t
include Interface.SEMIGROUP with type t := t
include Interface.MAGMA with type t := t
Sourceval append : t -> t -> t
Sourceval empty : t
Sourceval inverse : t -> t
OCaml

Innovation. Community. Security.