Hi all,

Is this behavior expected?

(require racket/main
            ffi/unsafe)

(for/list ([type (list _float _double _int)])
  (match type
    [_float 'float]
    [_double 'double]
    [_int 'int]))

> '(float float float)

I was expecting '(float double int)

--Peter

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-dev+unsubscr...@googlegroups.com.
To post to this group, send email to racket-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/de7284e8-e6ec-4681-9110-6cb1756e8276%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to