Module Refmt_lib.Eol_detect

type eol =
  1. | LF
  2. | CRLF
val show : eol -> string
val default_eol : eol
val get_eol_for_file : string -> eol