aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/math.lux20
1 files changed, 11 insertions, 9 deletions
diff --git a/stdlib/source/lux/math.lux b/stdlib/source/lux/math.lux
index ca2b30a85..c04f31c73 100644
--- a/stdlib/source/lux/math.lux
+++ b/stdlib/source/lux/math.lux
@@ -1,13 +1,15 @@
(.module: {#.doc "Common mathematical constants and functions."}
- lux
- (lux (control monad
- ["p" parser ("parser/" Functor<Parser>)])
- (data [product]
- [number]
- (collection [list ("list/" Fold<List>)]))
- [macro]
- (macro ["s" syntax (#+ syntax: Syntax)]
- [code])))
+ [lux #*
+ [control
+ monad
+ ["p" parser ("parser/" Functor<Parser>)]]
+ [data
+ [product]
+ [number]
+ [collection [list ("list/" Fold<List>)]]]
+ ["." macro
+ ["s" syntax (#+ syntax: Syntax)]
+ [code]]])
## [Values]
(do-template [<name> <value> <doc>]