<div dir="auto">This seems like bloat to me, should probably be in userspace if it exists at all.<div dir="auto"><br></div><div dir="auto">I never use Read et al in actual code, and I doubt most people do. What are you using it for? </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 19, 2020, 21:26 Dannyu NDos <<a href="mailto:ndospark320@gmail.com">ndospark320@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Well, I once tried implementing a parser that evaluates integer<br>
addition, multiplication, exponential, tetration, pentation, and so on<br>
infinitely. The operators were + with precedence 6, * with precedence<br>
7, ^ with precedence 8, ^^ with precedence 9 (for tetration), ^^^ with<br>
precedence 10 (for pentation), ^^^^ with precedence 11 (for hexation),<br>
and so on infinitely. I've not succeeded implementing it using<br>
ordinary ReadP.<br>
_______________________________________________<br>
Libraries mailing list<br>
<a href="mailto:Libraries@haskell.org" target="_blank" rel="noreferrer">Libraries@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries" rel="noreferrer noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries</a><br>
</blockquote></div>