diff options
author | Eduardo Julian | 2018-02-11 19:58:20 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-02-11 19:58:20 -0400 |
commit | fd9def43d37bfa548f62915f62e5e6cb0a1dfcac (patch) | |
tree | 4ec91bb9d7bd32dc9ed346ebecbb1069d84cfdd6 /stdlib/source | |
parent | ca53b9929cfb4f5cef11c6f296e4f62bab518226 (diff) |
- Re-named lux/type/object to lux/type/object/interface.
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 |
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])) |