deriv.rkt (81B)
1 #lang racket/base 2 (require "deriv-c.rkt") 3 (provide (all-from-out "deriv-c.rkt"))