Skip to content

Commit 5eb1eee

Browse files
committed
Add missing cxl# contextlib alias
1 parent 7c06c13 commit 5eb1eee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/hissp/macros.lissp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,6 +1228,7 @@ Hidden doctest adds bundled macros for REPL-consistent behavior.
12281228

12291229
;; Less commonly used in Python, but especially useful in Lissp.
12301230
(alias bn builtins.)
1231+
(alias cxl contextlib.)
12311232
(alias cxv contextvars.)
12321233
(alias fi fileinput.)
12331234
(alias imp importlib.)
@@ -3293,7 +3294,7 @@ Hidden doctest adds bundled macros for REPL-consistent behavior.
32933294
;; --------------
32943295
;; .. code-block:: REPL
32953296
;;
3296-
;; #> :@##contextlib..contextmanager
3297+
;; #> :@##cxl#contextmanager
32973298
;; #..(defun wrap (msg)
32983299
;; #.. (print "enter" msg)
32993300
;; #.. (Ensue (lambda (step)
@@ -3382,7 +3383,7 @@ Hidden doctest adds bundled macros for REPL-consistent behavior.
33823383
;; exit A
33833384
;;
33843385
;; #> (define suppress-zde
3385-
;; #.. (contextlib..contextmanager
3386+
;; #.. (cxl#contextmanager
33863387
;; #.. (lambda :
33873388
;; #.. (Ensue (lambda (step)
33883389
;; #.. (attach step :

0 commit comments

Comments
 (0)