summaryrefslogtreecommitdiff
path: root/camil/2.3/MatchStrings.dcl
diff options
context:
space:
mode:
authorCamil Staps2015-02-05 21:10:43 +0100
committerCamil Staps2015-02-05 21:10:43 +0100
commit00fa19d1dd0c149adc1eac0777a68db48afbcb49 (patch)
tree1e63257db017fd33c6afa1fd253ab72b5bbecf02 /camil/2.3/MatchStrings.dcl
parentAdded my code (diff)
Moved
Diffstat (limited to 'camil/2.3/MatchStrings.dcl')
-rw-r--r--camil/2.3/MatchStrings.dcl8
1 files changed, 0 insertions, 8 deletions
diff --git a/camil/2.3/MatchStrings.dcl b/camil/2.3/MatchStrings.dcl
deleted file mode 100644
index 527447c..0000000
--- a/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