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