aboutsummaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
authorEduardo Julian2017-12-01 19:21:19 -0400
committerEduardo Julian2017-12-01 19:21:19 -0400
commit718a4272074121ed1adb90626076dcc5e9217b2c (patch)
tree41bb5e76fb3383161b32384afe16af7eaffa240e /stdlib
parentbfffa9678ead15439e4156635dfb9180e6222d32 (diff)
- Made it so that module annotations can only be set once now.
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/source/lux.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux.lux b/stdlib/source/lux.lux
index c1d94e53b..4ec6e1ea1 100644
--- a/stdlib/source/lux.lux
+++ b/stdlib/source/lux.lux
@@ -599,7 +599,7 @@
## #imports (List Text)
## #tags (List [Text [Nat (List Ident) Bool Type]])
## #types (List [Text [(List Ident) Bool Type]])
-## #module-anns Anns
+## #module-anns (Maybe Anns)
## #module-state Module-State})
("lux def" Module
(#Named ["lux" "Module"]
@@ -625,7 +625,7 @@
Type)))
List)
(#Product ## "lux.module-annotations"
- Code
+ (#Apply Code Maybe)
Module-State))
))))))
(record$ (#Cons [(tag$ ["lux" "tags"])