aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/type/object.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/type/object.lux')
-rw-r--r--stdlib/source/lux/type/object.lux3
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/source/lux/type/object.lux b/stdlib/source/lux/type/object.lux
index fc68dcdae..a7945b41a 100644
--- a/stdlib/source/lux/type/object.lux
+++ b/stdlib/source/lux/type/object.lux
@@ -143,8 +143,7 @@
[(def: (<name> name)
(-> Ident (Meta [Ident (List Ident)]))
(do Monad<Meta>
- [name (macro;normalize name)
- [_ annotations _] (macro;find-def name)]
+ [[_ annotations _] (macro;find-def name)]
(case [(macro;get-tag-ann (ident-for <name-tag>) annotations)
(macro;get-tag-ann (ident-for <parent-tag>) annotations)]
[(#;Some real-name) (#;Some parent)]