aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper/src/lux/type.clj
diff options
context:
space:
mode:
authorEduardo Julian2021-09-09 00:29:12 -0400
committerEduardo Julian2021-09-09 00:29:12 -0400
commitef77466323f85a3d1b65b46a3deb93652ef22085 (patch)
treec2715b8cf6e7864fef87e22ee6e206c7c1758849 /lux-bootstrapper/src/lux/type.clj
parent085c9a6ef151531cb01b842ed2f4366a49b78367 (diff)
The old record syntax has been re-purposed as variant syntax.
Diffstat (limited to '')
-rw-r--r--lux-bootstrapper/src/lux/type.clj6
1 files changed, 3 insertions, 3 deletions
diff --git a/lux-bootstrapper/src/lux/type.clj b/lux-bootstrapper/src/lux/type.clj
index 9a153a821..e8d98fedf 100644
--- a/lux-bootstrapper/src/lux/type.clj
+++ b/lux-bootstrapper/src/lux/type.clj
@@ -157,10 +157,10 @@
Ident
(&/$Sum ;; .Form
Code-List
- (&/$Sum ;; .Tuple
+ (&/$Sum ;; .Variant
+ Code-List
+ ;; .Tuple
Code-List
- ;; .Record
- (&/$Apply (&/$Product Code Code) List)
))))))))))
))))