module EOL: sig .. end
sig
end
type eol =
|
CR
LF
CRLF
val eol2str : eol -> string
eol -> string
val os2eol : unit -> eol
unit -> eol