aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/macro
diff options
context:
space:
mode:
authorEduardo Julian2017-10-16 19:37:58 -0400
committerEduardo Julian2017-10-16 19:37:58 -0400
commitf54e6e22e5044a0cdf28e5ee01e90e1866b29dfc (patch)
treeea3b72fa18e36ec0830677ac417a3c13d82a6305 /stdlib/source/lux/macro
parentfecfb6c1dd653e491e541233395ea4a7d8ae7409 (diff)
- Removed the useless Seq type.
Diffstat (limited to 'stdlib/source/lux/macro')
-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 b0b9fbce7..13af05adc 100644
--- a/stdlib/source/lux/macro/poly/eq.lux
+++ b/stdlib/source/lux/macro/poly/eq.lux
@@ -10,7 +10,6 @@
[array]
[queue]
[set]
- [seq]
[dict #+ Dict]
(tree [rose]))
[number "nat/" Codec<Text,Nat>]
@@ -69,7 +68,6 @@
[;Array array;Eq<Array>]
[queue;Queue queue;Eq<Queue>]
[set;Set set;Eq<Set>]
- [seq;Seq seq;Eq<Seq>]
[rose;Tree rose;Eq<Tree>]
)]
(do @