diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/type/object/interface.lux (renamed from stdlib/source/lux/type/object.lux) | 0 | ||||
-rw-r--r-- | stdlib/source/lux/world/console.lux | 2 | ||||
-rw-r--r-- | stdlib/test/test/lux/type/object/interface.lux (renamed from stdlib/test/test/lux/type/object.lux) | 2 | ||||
-rw-r--r-- | stdlib/test/tests.lux | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/type/object.lux b/stdlib/source/lux/type/object/interface.lux index d7ebb1e8c..d7ebb1e8c 100644 --- a/stdlib/source/lux/type/object.lux +++ b/stdlib/source/lux/type/object/interface.lux diff --git a/stdlib/source/lux/world/console.lux b/stdlib/source/lux/world/console.lux index 6458764ec..9d5fc6359 100644 --- a/stdlib/source/lux/world/console.lux +++ b/stdlib/source/lux/world/console.lux @@ -5,7 +5,7 @@ [text]) (concurrency [promise] [task #+ Task]) - (type object) + (type (object interface)) [io #+ IO Process io] [host])) diff --git a/stdlib/test/test/lux/type/object.lux b/stdlib/test/test/lux/type/object/interface.lux index 7ca601792..a296d9558 100644 --- a/stdlib/test/test/lux/type/object.lux +++ b/stdlib/test/test/lux/type/object/interface.lux @@ -1,7 +1,7 @@ (.module: lux (lux (data (coll [list])) - (type object))) + (type (object interface)))) ## No parameters (interface: Counter diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index 98044e7d1..b59e8008a 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -69,7 +69,7 @@ (poly ["poly_." eq] ["poly_." functor])) (type ["_." implicit] - ["_." object] + (object ["_." interface]) ["_." resource]) (lang ["lang/_." syntax] ["_." type] |