Module Email_message__Lf_or_crlf

type t = [
| `LF
| `CRLF
]
val to_string : t ‑> string