package alg_structs

  1. Overview
  2. Docs

See Semigroup.Endo

module Make (T : Triv.S) : S with type t = T.t -> T.t
val make : 'a Alg_structs__.Util.proxy -> (module S with type t = 'a -> 'a)