aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source
diff options
context:
space:
mode:
authorEduardo Julian2018-02-11 19:58:20 -0400
committerEduardo Julian2018-02-11 19:58:20 -0400
commitfd9def43d37bfa548f62915f62e5e6cb0a1dfcac (patch)
tree4ec91bb9d7bd32dc9ed346ebecbb1069d84cfdd6 /stdlib/source
parentca53b9929cfb4f5cef11c6f296e4f62bab518226 (diff)
- Re-named lux/type/object to lux/type/object/interface.
Diffstat (limited to 'stdlib/source')
-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.lux2
2 files changed, 1 insertions, 1 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]))