diff options
Diffstat (limited to 'stdlib/source/lux/data/coll/ordered.lux')
-rw-r--r-- | stdlib/source/lux/data/coll/ordered.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/coll/ordered.lux b/stdlib/source/lux/data/coll/ordered.lux index c6fd5937f..47bf7cd65 100644 --- a/stdlib/source/lux/data/coll/ordered.lux +++ b/stdlib/source/lux/data/coll/ordered.lux @@ -7,7 +7,7 @@ ["p" product] ["M" maybe #+ Functor<Maybe>]) [macro] - (macro [ast] + (macro [code] ["s" syntax #+ syntax: Syntax]))) (def: error-message Text "Invariant violation") |