aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/synthesis.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/tool/compiler/synthesis.lux4
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/source/lux/tool/compiler/synthesis.lux b/stdlib/source/lux/tool/compiler/synthesis.lux
index edb618dd4..de91d38a7 100644
--- a/stdlib/source/lux/tool/compiler/synthesis.lux
+++ b/stdlib/source/lux/tool/compiler/synthesis.lux
@@ -9,6 +9,8 @@
["." bit ("#;." equivalence)]
["." text ("#;." equivalence)
["%" format (#+ Format format)]]
+ [number
+ ["f" frac]]
[collection
["." list ("#;." functor)]
["." dictionary (#+ Dictionary)]]]]
@@ -394,7 +396,7 @@
[(<tag> reference') (<tag> sample')]
(<eq> reference' sample'))
([#Bit bit;= %.bit]
- [#F64 f/= %.frac]
+ [#F64 f.= %.frac]
[#Text text;= %.text])
[(#I64 reference') (#I64 sample')]