aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/meta.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-06-14 18:33:54 -0400
committerEduardo Julian2021-06-14 18:33:54 -0400
commit519c0c0c71cdf7ce3dfc64b9781ab826760b3d94 (patch)
tree75fa0672afceff129e5e75afb7a5fed197ce1773 /stdlib/source/lux/meta.lux
parentaf3e6e2cb011dc2ad9204440990731a2f272716d (diff)
Extracted Licentia out of the standard library.
Diffstat (limited to 'stdlib/source/lux/meta.lux')
-rw-r--r--stdlib/source/lux/meta.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/meta.lux b/stdlib/source/lux/meta.lux
index 454d33498..d7788bd13 100644
--- a/stdlib/source/lux/meta.lux
+++ b/stdlib/source/lux/meta.lux
@@ -158,7 +158,7 @@
(case name
["" name]
(do ..monad
- [module_name current_module_name]
+ [module_name ..current_module_name]
(wrap [module_name name]))
_