Thanks!
On Aug 8, 2012, at 12:09 PM, bfetsc...@racket-lang.org wrote:
> add #:lang keyword to term, which checks that underscored symbols agree with
> patterns in the provided language...changed most internal uses of term to use
> this form
smime.p7s
Description: S/MIME cryptographic sign
On 08/07/2012 12:52 PM, Prabhakar Ragde wrote:
Neil wrote:
(define (flatten lst)
(cond [(list? lst) (append* ((inst map (Listof A) (Listof* A))
flatten
lst))]
[else (list lst)]))
This version of flatten has quadra
2 matches
Mail list logo