summaryrefslogtreecommitdiff
path: root/week1/camil/2.3/MatchStrings.dcl
diff options
context:
space:
mode:
authorMart Lubbers2015-04-16 21:22:20 +0200
committerMart Lubbers2015-04-16 21:22:20 +0200
commit6f604b19d3f5966e5c1d7c4fdf3703bd6ff0861c (patch)
tree96d580507249f7f58368476d9113007d4afcd748 /week1/camil/2.3/MatchStrings.dcl
parentAdded student numbers (diff)
update to fp2 yay, public and licence
Diffstat (limited to 'week1/camil/2.3/MatchStrings.dcl')
-rw-r--r--week1/camil/2.3/MatchStrings.dcl8
1 files changed, 0 insertions, 8 deletions
diff --git a/week1/camil/2.3/MatchStrings.dcl b/week1/camil/2.3/MatchStrings.dcl
deleted file mode 100644
index 527447c..0000000
--- a/week1/camil/2.3/MatchStrings.dcl
+++ /dev/null
@@ -1,8 +0,0 @@
-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