diff options
Diffstat (limited to 'stdlib/source/library/lux/macro/pattern.lux')
-rw-r--r-- | stdlib/source/library/lux/macro/pattern.lux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stdlib/source/library/lux/macro/pattern.lux b/stdlib/source/library/lux/macro/pattern.lux index ecad74d18..7d40b8905 100644 --- a/stdlib/source/library/lux/macro/pattern.lux +++ b/stdlib/source/library/lux/macro/pattern.lux @@ -2,6 +2,9 @@ [library [lux (.except or let with_template |> `)]]) +(def: partial_list + (`` ("lux in-module" (~~ (static .prelude_module)) .partial_list))) + (def: locally (macro (_ tokens lux) (.let [[prelude _] (symbol ._)] |