diff options
author | Eduardo Julian | 2015-09-14 23:37:10 -0400 |
---|---|---|
committer | Eduardo Julian | 2015-09-14 23:37:10 -0400 |
commit | d2a4aac2226b5cca59be236d3228fe5e5b17b8de (patch) | |
tree | 72f835e15e22b89941c95717eb34bf525dd211ab /source/lux/host | |
parent | 8a67a7e51b3875c3ebba4e8d0acbd275aaa2c356 (diff) |
- Renamed "this" to "_jvm_this".
- Movied lux/data/io to lux/codata/io.
Diffstat (limited to '')
-rw-r--r-- | source/lux/host/io.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lux/host/io.lux b/source/lux/host/io.lux index 99e15722d..220f089a2 100644 --- a/source/lux/host/io.lux +++ b/source/lux/host/io.lux @@ -4,8 +4,8 @@ ## You can obtain one at http://mozilla.org/MPL/2.0/. (;import lux - (lux (data io - (list #refer #all #open ("" List/Fold))) + (lux (data (list #refer #all #open ("" List/Fold))) + (codata io) (meta ast syntax lux) |