diff options
author | Camil Staps | 2015-02-05 21:05:47 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-05 21:05:47 +0100 |
commit | ab8b8f5b16a3ddd85942f12fc3122476f041668a (patch) | |
tree | 60ffda840ddd5e091ee4c9a8af59fd98fe5bd158 /camil/2.3/MatchStrings.dcl | |
parent | Initial commit (diff) |
Added my code
Diffstat (limited to 'camil/2.3/MatchStrings.dcl')
-rw-r--r-- | camil/2.3/MatchStrings.dcl | 8 |
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
|