diff options
author | Eduardo Julian | 2022-08-30 13:33:55 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-08-30 13:33:55 -0400 |
commit | b135e487e8f705a5fea7b9ef785310572642063a (patch) | |
tree | 769e473f7543f966499b3b8db4dbe681d74d0f48 /stdlib/source/library/lux/test | |
parent | c9940d292035e3de89ea6e49628136e79436d409 (diff) |
Added support for predicate-based polymorphism.
Diffstat (limited to 'stdlib/source/library/lux/test')
-rw-r--r-- | stdlib/source/library/lux/test/coverage.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/test/coverage.lux b/stdlib/source/library/lux/test/coverage.lux index efc2644a6..86b1314cc 100644 --- a/stdlib/source/library/lux/test/coverage.lux +++ b/stdlib/source/library/lux/test/coverage.lux @@ -25,7 +25,7 @@ (` (is Symbol [(, (code.text (symbol.module symbol))) (, (code.text (symbol.short symbol)))]))))] - (syntax (_ [name <code>.symbol]) + (syntax (_ [name <code>.global]) (do meta.monad [_ (meta.export name)] (in (list (symbol name))))))) |