aboutsummaryrefslogtreecommitdiff
path: root/StringUtils.dcl
diff options
context:
space:
mode:
authorCamil Staps2015-07-03 23:39:40 +0200
committerCamil Staps2015-07-03 23:41:02 +0200
commitf0ed4df2b0e11ab66966a8395cd7d6d29c7a8efc (patch)
treeecdfbd232e1710f67c233c3e4281560f0344a10c /StringUtils.dcl
parentInstallation (diff)
Latex & Html output options
Diffstat (limited to 'StringUtils.dcl')
-rw-r--r--StringUtils.dcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/StringUtils.dcl b/StringUtils.dcl
index 5593c4c..22e80ad 100644
--- a/StringUtils.dcl
+++ b/StringUtils.dcl
@@ -27,8 +27,8 @@ import StdEnv
strlen :: String -> Int // Length of a String
-pad_right :: Char String Int -> String // Pad a String with Chars up to a length
-pad_left :: Char String Int -> String // Similar, but pad on the left
+pad_right :: String String Int -> String // Pad a String (@2) with another String (@1) up to a length
+pad_left :: String String Int -> String // Similar, but pad on the left
join :: String [String] -> String // Join a [String] with a String glue