]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - src/StringUtils.hs
Rewrite everything to use the JSON API with OAuth authentication.
[dead/halcyon.git] / src / StringUtils.hs
index b7d291c229acdc96f777f8b60078fbd991d3c0cd..f9d7dfc9cf8ae4b08c05f8f9dbd21ec52fac1230 100644 (file)
@@ -5,11 +5,13 @@ where
 import Test.HUnit
 
 
--- |Takes a list of strings, call them string1, string2, etc. and
--- numbers them like a list. So,
--- 1. string1
--- 2. string2
--- 3. etc.
+-- | Takes a list of strings, call them string1, string2, etc. and
+--   numbers them like a list. So,
+--
+--   1. string1
+--   2. string2
+--   3. etc.
+--
 listify :: [String] -> [String]
 listify items =
     zipWith (++) list_numbers items