jbclements / RSound

A cross-platform sound library for DrRacket
http://www.brinckerhoff.org/clements
Other
45 stars 11 forks source link

Export pstream struct also to facilitate importing from a typed racke… #27

Closed souravdatta closed 7 years ago

souravdatta commented 7 years ago

…t program

Currently pstream struct is not imported and hence the same can not be used as a opaque type from a typed racket code (as pstream? predicate is not exported as well). This will allow to import inside TR as well.

jbclements commented 7 years ago

Ouch, I should have accepted this PR earlier. Now it has a (very simple) conflict. Can you rebase and fix this?

souravdatta commented 7 years ago

@jbclements conflict resolved.

jbclements commented 7 years ago

LGTM. Thanks!

jbclements commented 7 years ago

oops! didn't merge.