On 01/08/2015 18:29, Ian Tegebo wrote:
On Wednesday, July 29, 2015 at 8:17:06 AM UTC-7, Michael Titke wrote:
(define (apply-or well-formed-list)
(foldl {lambda (a b) (or a b)}
#f
well-formed-list))
(define (apply-and well-formed-list)
(foldl {lambda (a b) (and a b)}
#t
well-formed-list))
These aren't intelligent quantors but you'll see what their good
for.
"intelligent quantors"? Searching for that phrase only revealed this post. Is
it slang for something else?
It was meant to be a joke but english is a secondary language for me. I
wanted to refer to is called QUANTIFIERS in english (not "quantor" as in
german). Sorry for that one.
https://en.wikipedia.org/wiki/Quantifier_%28logic%29
--
You received this message because you are subscribed to the Google Groups "Racket
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.