summaryrefslogtreecommitdiff
path: root/camil/2.3/MatchStrings.dcl
diff options
context:
space:
mode:
authorMart Lubbers2015-02-05 21:05:24 +0100
committerMart Lubbers2015-02-05 21:05:24 +0100
commitf3e414502693dbc8b190f2df211404c81217603d (patch)
tree8a3f39e3064e7f45b687b23315d1cc8e78e116f7 /camil/2.3/MatchStrings.dcl
parentweek1: mart (diff)
parentAdded my code (diff)
Merge branch 'master' of github.com:dopefishh/fp1
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