package email_message

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

Module Email_message_kernel.Lf_or_crlfSource

Sourcetype t = [
  1. | `LF
    (*

    \n. Used to delineate new lines on most Unix systems.

    *)
  2. | `CRLF
    (*

    \r\n. Used to delineate new lines over the network.

    *)
]
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.