Skip to content

Instantly share code, notes, and snippets.

@takikawa
Created August 26, 2013 21:06
Show Gist options
  • Save takikawa/6346654 to your computer and use it in GitHub Desktop.
Save takikawa/6346654 to your computer and use it in GitHub Desktop.
#lang racket/base
(require racket/generic
#;racket/set
(except-in racket/set in-set))
(struct foo ()
#:methods gen:set
[(define/generic gin-set in-set)
(define (in-set set) 0)])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment