aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/math/number/frac.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/math/number/frac.lux')
-rw-r--r--stdlib/source/library/lux/math/number/frac.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/math/number/frac.lux b/stdlib/source/library/lux/math/number/frac.lux
index 4e5eee846..7c4f1d8b1 100644
--- a/stdlib/source/library/lux/math/number/frac.lux
+++ b/stdlib/source/library/lux/math/number/frac.lux
@@ -150,12 +150,12 @@
(..- f2^-52)
(..* f2^+1023))))
-(template [<name> <compose> <identity>]
+(template [<name> <composite> <identity>]
[(implementation: .public <name>
(Monoid Frac)
(def: identity <identity>)
- (def: compose <compose>))]
+ (def: composite <composite>))]
[addition ..+ +0.0]
[multiplication ..* +1.0]