X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=blobdiff_plain;f=src%2FStringUtils.hs;h=210e230f804060527084e7204fce54c473629765;hp=55939680467bb314f24aae53e70485e693c6055d;hb=d7c6b5499c0969b6e488d9fc583f93bbb4e3d4c7;hpb=4cc476a2714260980899ca5358196bbf5226b3c2 diff --git a/src/StringUtils.hs b/src/StringUtils.hs index 5593968..210e230 100644 --- a/src/StringUtils.hs +++ b/src/StringUtils.hs @@ -1,10 +1,12 @@ -- | Miscellaneous functions for manipulating string. -module StringUtils +module StringUtils ( + listify, + string_utils_tests ) where -import Test.Framework (Test, testGroup) -import Test.Framework.Providers.HUnit (testCase) -import Test.HUnit (Assertion, assertEqual) +import Test.Framework ( Test, testGroup ) +import Test.Framework.Providers.HUnit ( testCase ) +import Test.HUnit ( Assertion, assertEqual ) -- | Takes a list of strings, call them string1, string2, etc. and