Mark Farrell

Results 4 comments of Mark Farrell

Yeah, sounds good. :+1:

Easiest solution involves duplicate code. Should be possible to simplify?

On a related note: having an issue with a "polymorphic" `type-case` and likewise `match`: ``` racket (: a (Optional String)) (define a (Some "test")) (: b String) (define b (type-case...

Cool - thanks!