diff options
Diffstat (limited to 'src/Utils')
-rw-r--r-- | src/Utils/StringFormat.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Utils/StringFormat.hs b/src/Utils/StringFormat.hs new file mode 100644 index 0000000..757f0e6 --- /dev/null +++ b/src/Utils/StringFormat.hs @@ -0,0 +1,6 @@ +module Utils.StringFormat + ( formatParagraph + ) where + +formatParagraph : String -> String +formatParagraph = id |