aboutsummaryrefslogtreecommitdiff
path: root/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2015-09-16 18:54:38 -0400
committerEduardo Julian2015-09-16 18:54:38 -0400
commit6a84a06475463ffdaf3d6512696c7577afc8fed1 (patch)
tree5e4e92b8bb0372e2fa22b6a7d193a779c3c86f1d /source/program.lux
parentd531cab599d269eecd95f6a83285e933535e9c86 (diff)
- Now the file-name & the line numbers are stored inside the .class files for debug info.
Diffstat (limited to '')
-rw-r--r--source/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/program.lux b/source/program.lux
index fa8b3a055..f013655bc 100644
--- a/source/program.lux
+++ b/source/program.lux
@@ -19,7 +19,6 @@
char
(either #as e)
id
- io
list
maybe
(number (int #refer (#only) #open ("i:" Int/Show))
@@ -32,7 +31,8 @@
(lazy #refer (#only))
(function #refer (#only))
(reader #as r)
- (state #refer (#only)))
+ (state #refer (#only))
+ io)
(host jvm
io)
(meta ast