diff options
author | Camil Staps | 2015-07-03 12:43:24 +0200 |
---|---|---|
committer | Camil Staps | 2015-07-03 12:43:24 +0200 |
commit | 537bb5e2bae76e0df0d9e07a40dbe6b299be6aad (patch) | |
tree | 4be9d96a5d0733a26ee5d76c6bedd63b10f4ea5e /StringUtils.dcl | |
parent | Fix associativity (diff) |
Truth tables
Diffstat (limited to 'StringUtils.dcl')
-rw-r--r-- | StringUtils.dcl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/StringUtils.dcl b/StringUtils.dcl new file mode 100644 index 0000000..b473246 --- /dev/null +++ b/StringUtils.dcl @@ -0,0 +1,11 @@ +definition module StringUtils + +import StdEnv + +strlen :: String -> Int + +pad_right :: String Int -> String +pad_left :: String Int -> String + +join :: String [String] -> String + |