aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/phase/analysis/case.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-04-07 00:50:04 -0400
committerEduardo Julian2019-04-07 00:50:04 -0400
commita61c3f2e7bc29c3224264317b14254fe93d503fe (patch)
tree0560c531001a9442e6861a8ff43289ae621beec3 /stdlib/source/lux/tool/compiler/phase/analysis/case.lux
parent2a05d8f3711d2e1b6fcccd9a2869478197386a7f (diff)
- Upgrade the tuple left-access mechanism to the new style.
- Updated JS compiler. - Updated Python compiler.
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/tool/compiler/phase/analysis/case.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/lux/tool/compiler/phase/analysis/case.lux b/stdlib/source/lux/tool/compiler/phase/analysis/case.lux
index a2864e784..2aa4a57ca 100644
--- a/stdlib/source/lux/tool/compiler/phase/analysis/case.lux
+++ b/stdlib/source/lux/tool/compiler/phase/analysis/case.lux
@@ -1,7 +1,8 @@
(.module:
[lux (#- case)
+ [abstract
+ ["." monad (#+ do)]]
[control
- ["." monad (#+ do)]
["ex" exception (#+ exception:)]]
[data
["." product]