diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/macro/syntax/common/reader.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/macro/syntax/common/reader.lux b/stdlib/source/lux/macro/syntax/common/reader.lux index 460dabbf6..aa5743f76 100644 --- a/stdlib/source/lux/macro/syntax/common/reader.lux +++ b/stdlib/source/lux/macro/syntax/common/reader.lux @@ -17,8 +17,8 @@ #export #hidden)} (Syntax (Maybe Export)) - (p;opt (p;alt (s;this (' #export)) - (s;this (' #hidden))))) + (p;maybe (p;alt (s;this (' #export)) + (s;this (' #hidden))))) ## Declarations (def: #export declaration |