We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63acc29 commit a72be35Copy full SHA for a72be35
1 file changed
Functional.moon
@@ -534,7 +534,7 @@ _function = {
534
true: -> true
535
}
536
537
-util = {
+_util = {
538
equals: DependencyControl.UnitTestSuite.UnitTest.equals
539
itemsEqual: DependencyControl.UnitTestSuite.UnitTest.itemsEqual
540
@@ -611,11 +611,11 @@ return version\register {
611
function: _function
612
:list
613
List: list
614
- string: _string
615
- math: _math
616
- table: _table
617
- :util
+ string: _table.union string, _string
+ math: _table.union math, _math
+ table: _table.union table, _table
+ util: _table.union util, _util
618
:version
619
- re: _re
620
- unicode: _unicode
+ re: _table.union re, _re
+ unicode: _table.union unicode, _unicode
621
0 commit comments