summaryrefslogtreecommitdiff
path: root/camil/2.3/MatchStrings.dcl
diff options
context:
space:
mode:
authorCamil Staps2015-02-05 21:05:47 +0100
committerCamil Staps2015-02-05 21:05:47 +0100
commitab8b8f5b16a3ddd85942f12fc3122476f041668a (patch)
tree60ffda840ddd5e091ee4c9a8af59fd98fe5bd158 /camil/2.3/MatchStrings.dcl
parentInitial commit (diff)
Added my code
Diffstat (limited to 'camil/2.3/MatchStrings.dcl')
-rw-r--r--camil/2.3/MatchStrings.dcl8
1 files changed, 8 insertions, 0 deletions
diff --git a/camil/2.3/MatchStrings.dcl b/camil/2.3/MatchStrings.dcl
new file mode 100644
index 0000000..527447c
--- /dev/null
+++ b/camil/2.3/MatchStrings.dcl
@@ -0,0 +1,8 @@
+definition module MatchStrings
+
+head :: String -> Char
+tail :: String -> String
+is_gelijk :: String String -> Bool
+is_deelstring :: String String -> Bool
+is_deel :: String String -> Bool
+is_match :: String String -> Bool