Skip to content

Commit 9ce3dd3

Browse files
authored
Make Base.Cartesian public (#59459)
Some of the stuff in this module has slightly silly but extremely useful API (e.g. the identification of `i` in variable names in `Base.@nexprs 10 i -> x_i = i`). Make it public. As a point of reference, nothing more, `@nexprs` is already widely used https://juliahub.com/ui/Search?type=symbols&q=@nexprs&t=macro closes #58378
1 parent 92af0d8 commit 9ce3dd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/public.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
public
44
# Modules
5+
Cartesian,
56
Checked,
67
Filesystem,
78
Order,

0 commit comments

Comments
 (0)