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? -- 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.