aboutsummaryrefslogtreecommitdiff
path: root/src/lux/analyser.clj
diff options
context:
space:
mode:
authorEduardo Julian2016-05-01 12:52:09 -0400
committerEduardo Julian2016-05-01 12:52:09 -0400
commit057295d1521d4af54cf9ec97f1503f6ee5f010be (patch)
tree1fb02a10d835129877d595d49c00dd3c6a2703a2 /src/lux/analyser.clj
parent7dfe345dbc6bf3fc8ab20b34453fb3b8af3fa75c (diff)
- Simplified the language by eliminating coercion and macro-declaration from the analysis type.
Diffstat (limited to '')
-rw-r--r--src/lux/analyser.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lux/analyser.clj b/src/lux/analyser.clj
index 3256f6902..23cf19061 100644
--- a/src/lux/analyser.clj
+++ b/src/lux/analyser.clj
@@ -256,7 +256,7 @@
(&/$Cons ?type
(&/$Cons ?value
(&/$Nil)))))
- (&&lux/analyse-check analyse eval! exo-type ?type ?value)
+ (&&lux/analyse-ann analyse eval! exo-type ?type ?value)
(&/$FormS (&/$Cons [_ (&/$SymbolS _ "_lux_:!")]
(&/$Cons ?type