udem-dlteam / libs

Repo to develop new libraries for Gambit
5 stars 1 forks source link

Add srfi-28 implementation #1

Closed cornett closed 5 years ago

feeley commented 5 years ago

Thanks for your PR... but, as mentioned in the README file, srfi 28 has already been ported to Gambit (see https://github.com/gambit/gambit/tree/master/lib/srfi/28). You might want to check that file to see how type checking is done, for your future library contributions.

cornett commented 5 years ago

Ah, I see. Thanks for the info !