diff options
author | Mart Lubbers | 2015-02-05 21:05:17 +0100 |
---|---|---|
committer | Mart Lubbers | 2015-02-05 21:05:17 +0100 |
commit | 634f2d65ded5ad683c65efdb900992e89471018c (patch) | |
tree | c9013718cb965c459b446ffc9fafbdf4894a1d62 /week1/mart/MatchStrings.dcl | |
parent | Initial commit (diff) |
week1: mart
Diffstat (limited to 'week1/mart/MatchStrings.dcl')
-rw-r--r-- | week1/mart/MatchStrings.dcl | 8 |
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
|