aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/macro/poly/eq.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/macro/poly/eq.lux2
1 files changed, 0 insertions, 2 deletions
diff --git a/stdlib/source/lux/macro/poly/eq.lux b/stdlib/source/lux/macro/poly/eq.lux
index 953891e1c..31359a6c3 100644
--- a/stdlib/source/lux/macro/poly/eq.lux
+++ b/stdlib/source/lux/macro/poly/eq.lux
@@ -15,7 +15,6 @@
[number]
[product]
[bool]
- [char]
[maybe])
[macro #+ Monad<Lux> with-gensyms]
(macro [code]
@@ -54,7 +53,6 @@
[Int poly;int number;Eq<Int>]
[Deg poly;deg number;Eq<Deg>]
[Real poly;real number;Eq<Real>]
- [Char poly;char char;Eq<Char>]
[Text poly;text text;Eq<Text>])
<composites> (do-template [<name> <eq>]
[(do @