Skip to content

Commit

Permalink
export all shadowed symbols (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Bahman Movaqar <bahman.movaqar@hootsuite.com>
  • Loading branch information
bahmanm and Bahman Movaqar authored May 17, 2024
1 parent 1278c43 commit 335ac0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/defs.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
#:position #:position-if #:position-if-not
#:remove #:remove-if #:remove-if-not
#:substitute #:substitute-if #:substitute-if-not
#:convert #:iterator
#:some #:every #:notany #:notevery
#:convert #:iterator
#:do-set #:do-bag #:do-bag-pairs #:do-map #:do-map-domain #:do-seq #:do-tuple
#:adjoinf #:removef #:includef #:excludef
#:unionf #:intersectf #:set-differencef #:map-unionf #:map-intersectf #:imagef #:composef
Expand Down

0 comments on commit 335ac0b

Please sign in to comment.