diff options
author | Eduardo Julian | 2017-12-01 19:21:19 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-12-01 19:21:19 -0400 |
commit | 718a4272074121ed1adb90626076dcc5e9217b2c (patch) | |
tree | 41bb5e76fb3383161b32384afe16af7eaffa240e /stdlib | |
parent | bfffa9678ead15439e4156635dfb9180e6222d32 (diff) |
- Made it so that module annotations can only be set once now.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux.lux | 4 |
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"]) |