aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/macro/poly/eq.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-09-04 19:41:59 -0400
committerEduardo Julian2017-09-04 19:41:59 -0400
commitf08a9fb208a32ee8f450649095c4f8a0f05931da (patch)
treee7afc3734ab98f66205a99fa7eae2de0dddeea3a /stdlib/source/lux/macro/poly/eq.lux
parentbc0d2da7a08e6c1b367a8d664d2958dfcdf7b98e (diff)
- Re-named "real" numbers to "frac"(tions).
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/macro/poly/eq.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/macro/poly/eq.lux b/stdlib/source/lux/macro/poly/eq.lux
index b4d1a5231..45013ebb8 100644
--- a/stdlib/source/lux/macro/poly/eq.lux
+++ b/stdlib/source/lux/macro/poly/eq.lux
@@ -43,7 +43,7 @@
[poly;nat number;Eq<Nat>]
[poly;int number;Eq<Int>]
[poly;deg number;Eq<Deg>]
- [poly;real number;Eq<Real>]
+ [poly;frac number;Eq<Frac>]
[poly;text text;Eq<Text>])
<time> (do-template [<type> <eq>]
[(do @