package bastet

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

Module Bastet.EndoSource

Sourceval id : ('a, 'a) Function.Category.t
Sourceval (<.) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
Sourcetype 'a endo =
  1. | Endo of 'a -> 'a

A data structure representing the monoid of endomorphisms under composition (a => a)

Sourcemodule Magma : Interface.MAGMA_ANY with type 'a t = 'a endo
Sourcemodule Semigroup : Interface.SEMIGROUP_ANY with type 'a t = 'a endo
Sourcemodule Monoid : Interface.MONOID_ANY with type 'a t = 'a endo
Sourcemodule Infix : sig ... end
OCaml

Innovation. Community. Security.