aboutsummaryrefslogtreecommitdiff
path: root/src/lux/compiler/base.clj
diff options
context:
space:
mode:
authorEduardo Julian2016-01-17 00:30:06 -0400
committerEduardo Julian2016-01-17 00:30:06 -0400
commite65d1f96a807c4cc88f9e082562bdf963949479e (patch)
tree0eb05f2c8cc4ef16593d24904e165a71524cb694 /src/lux/compiler/base.clj
parent1ec9e04527bf6ca5f9e86125bc605b8519497d2a (diff)
- Now using the new utility methods in LuxUtils for working with variants/sums.
Diffstat (limited to 'src/lux/compiler/base.clj')
-rw-r--r--src/lux/compiler/base.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lux/compiler/base.clj b/src/lux/compiler/base.clj
index 6ad21aef7..b046b237f 100644
--- a/src/lux/compiler/base.clj
+++ b/src/lux/compiler/base.clj
@@ -31,6 +31,7 @@
(def ^String output-package (str output-dir "/" "program.jar"))
(def ^String function-class "lux/Function")
(def ^String lux-utils-class "lux/LuxUtils")
+(def ^String unit-tag-field "unit_tag")
(def ^String sum-tag-field "sum_tag")
(def ^String product-tag-field "product_tag")