X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=blobdiff_plain;f=src%2FStringUtils.hs;h=210e230f804060527084e7204fce54c473629765;hp=43e42646764c083ae2ddedac22a36b637709ba59;hb=d7c6b5499c0969b6e488d9fc583f93bbb4e3d4c7;hpb=eed0d7b0f8ef28864c00925beef5c8853bcd44cc diff --git a/src/StringUtils.hs b/src/StringUtils.hs index 43e4264..210e230 100644 --- a/src/StringUtils.hs +++ b/src/StringUtils.hs @@ -1,13 +1,12 @@ -- | Miscellaneous functions for manipulating string. module StringUtils ( listify, - string_utils_tests - ) + 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