summaryrefslogtreecommitdiff
path: root/week1/mart/MatchStrings.dcl
diff options
context:
space:
mode:
authorMart Lubbers2015-02-05 21:05:17 +0100
committerMart Lubbers2015-02-05 21:05:17 +0100
commit634f2d65ded5ad683c65efdb900992e89471018c (patch)
treec9013718cb965c459b446ffc9fafbdf4894a1d62 /week1/mart/MatchStrings.dcl
parentInitial commit (diff)
week1: mart
Diffstat (limited to 'week1/mart/MatchStrings.dcl')
-rw-r--r--week1/mart/MatchStrings.dcl8
1 files changed, 8 insertions, 0 deletions
diff --git a/week1/mart/MatchStrings.dcl b/week1/mart/MatchStrings.dcl
new file mode 100644
index 0000000..527447c
--- /dev/null
+++ b/week1/mart/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