We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1560b commit 19a9900Copy full SHA for 19a9900
haskell-str.el
@@ -51,8 +51,6 @@ Note: The implementation currently only supports ASCII
51
"Return (up to) N character length prefix of STRING."
52
(substring string 0 (min (length string) n)))
53
54
-(defalias 'haskell-str-is-prefix-of-p 'string-prefix-p)
55
-
56
(defun haskell-str-is-suffix-of-p (str1 str2 &optional ignore-case)
57
"Return non-nil if STR1 is a suffix of STR2.
58
If IGNORE-CASE is non-nil, the comparison is done without paying attention
0 commit comments