Sorry for the beginner question :(

I'm learning Racket and it is an amazing language. Documentation is great, but 
I couldn't find this.

Let's say I have a struct defined somewhere I have no control:

(struct blah (x y))

Now, in my module, I have this generics:

(define-generics my-thing
  (level my-thing))

Is it possible to make "blah" to implement "my-thing"? So I can use it like:

(level (blah 1 2))

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to