aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/math.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-16 00:48:19 -0400
committerEduardo Julian2022-06-16 00:48:19 -0400
commit9e2f1e76f2c8df01ed7687d934c3210fcf676bd6 (patch)
tree115fab5bd8a5f53dc0d13ce5453095324a83496f /stdlib/source/library/lux/math.lux
parentf92c806ee8da63f04bbefbf558f6249bacdb47ea (diff)
De-sigil-ification: suffix : [Part 13]
Diffstat (limited to 'stdlib/source/library/lux/math.lux')
-rw-r--r--stdlib/source/library/lux/math.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/math.lux b/stdlib/source/library/lux/math.lux
index 6bd87711b..913a5c1b0 100644
--- a/stdlib/source/library/lux/math.lux
+++ b/stdlib/source/library/lux/math.lux
@@ -44,7 +44,7 @@
(exception.report
"Type" (%.type type)))
-(def: (composite phase archive <+> last prevs)
+(def (composite phase archive <+> last prevs)
(-> Phase Archive Code Analysis (List Analysis) (Operation Analysis))
(case <+>
[_ {.#Text $}]
@@ -109,7 +109,7 @@
... else
(phase.except ..no_arithmetic_for [:it:])))))))
- (def: .public <name>
+ (def .public <name>
(syntax (_ [operands (<>.some <code>.any)])
(in (list (` (<extension> (~+ operands)))))))))]
@@ -162,7 +162,7 @@
... else
(phase.except ..no_arithmetic_for [:it:]))))))
- (def: .public <name>
+ (def .public <name>
(syntax (_ [left <code>.any
right <code>.any])
(in (list (` (<extension> (~ left) (~ right)))))))))]
@@ -218,7 +218,7 @@
... else
(phase.except ..no_arithmetic_for [:it:]))))))
- (def: .public <name>
+ (def .public <name>
(syntax (_ [left <code>.any
right <code>.any])
(in (list (` (<extension> (~ left) (~ right)))))))))]