package email_message

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

Source file string_monoidable.ml

1
2
3
4
5
module type S = sig
  type t

  val to_string_monoid : t -> String_monoid.t
end
OCaml

Innovation. Community. Security.