package email_message

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

Module type String_monoid_intf.UnderlyingSource

Sourcetype t = String_monoid.Underlying.t =
  1. | String of Core.String.t
  2. | Bigstring of Core.Bigstring.t
  3. | Char of char