Skip to content

Commit

Permalink
export two aliases from ppcre: apropos-regex and apropos-regex-list
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
vindarel committed Dec 8, 2023
1 parent 1e00f06 commit 266b078
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/ciel.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 266b078

Please sign in to comment.