aboutsummaryrefslogtreecommitdiff
path: root/src/lux/compiler/type.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/lux/compiler/type.clj')
-rw-r--r--src/lux/compiler/type.clj7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lux/compiler/type.clj b/src/lux/compiler/type.clj
index 3d2ef5070..a7c5176ad 100644
--- a/src/lux/compiler/type.clj
+++ b/src/lux/compiler/type.clj
@@ -58,13 +58,6 @@
$Nil
(&/|reverse ?members)))
- (&/$RecordT ?members)
- (variant$ &/$RecordT
- (&/fold (fn [tail head]
- (Cons$ (->analysis head) tail))
- $Nil
- (&/|reverse ?members)))
-
(&/$LambdaT ?input ?output)
(variant$ &/$LambdaT (tuple$ (&/|list (->analysis ?input) (->analysis ?output))))