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