whalesong/image/private/racket-impl.rkt

6 lines
85 B
Racket

#lang s-exp "../../lang/base.rkt"
(provide is-color?)
(define (is-color? x)
true)