]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Utils.hs
Added new actions to the Resource.
[Lucu.git] / Network / HTTP / Lucu / Utils.hs
index d6e46f180e1d2c61990979cd96506b48dcacb6c5..d92516ee15875a6791fc912b8d11ebe1eb765ffb 100644 (file)
@@ -25,7 +25,7 @@ splitBy isSeparator src
       of (last , []      ) -> last  : []
          (first, sep:rest) -> first : splitBy isSeparator rest
 
--- |> joinWith ':' ["ab", "c", "def"]
+-- |> joinWith ":" ["ab", "c", "def"]
 --  > ==> "ab:c:def"
 joinWith :: [a] -> [[a]] -> [a]
 joinWith separator xs