module
Network.Monad.Utility
where
-- * texts
crlf
,
sp
::
String
crlf
=
"\r\n"
sp
=
" "