Module Kwio.EOL

module EOL: sig .. end

type eol = 
| CR
| LF
| CRLF
the three types of line-ending conventions
val eol2str : eol -> string
val os2eol : unit -> eol
return EOL value appropriate for OS we're running on Fails for Mac OS X!
Returns EOL value, one of LF, CR or CRLF