Commit 0b6185ee authored by Andrew Gibiansky's avatar Andrew Gibiansky

Specify a type to deal with FTP

parent 7cb8a2ca
......@@ -10,7 +10,7 @@ import IHaskellPrelude
import qualified Data.Text as T
lstrip :: String -> String
lstrip = dropWhile (`elem` " \t\r\n")
lstrip = dropWhile (`elem` (" \t\r\n" :: String))
rstrip :: String -> String
rstrip = reverse . lstrip . reverse
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment