export two aliases from ppcre: apropos-regex and apropos-regex-list

[ci skip]
This commit is contained in:
vindarel 2023-12-08 15:38:30 +01:00
parent 1e00f06b53
commit 266b078ac8

View file

@ -276,6 +276,13 @@ We currently only try this with serapeum. See *deps/serapeum/sequences-hashtable
:defparameter*
:defvar*))
;; ppcre
(serapeum:defalias apropos-regex #'ppcre:regex-apropos)
(serapeum:defalias apropos-regex-list #'ppcre:regex-apropos-list)
(export '(apropos-regex
apropos-regex-list))
;;;
;;; Conveniently add type declarations.
;;; Straight from Serapeum, only it is -> thus it conflicts with our arrow-macro.