jackfirth / rebellion

A collection of core libraries for Racket
https://pkgs.racket-lang.org/package/rebellion
Apache License 2.0
80 stars 16 forks source link

Add taking-duplicates #475

Closed jackfirth closed 3 years ago

jackfirth commented 3 years ago

This is mostly for constructing error messages in functions that want to reject duplicate arguments, similar to the use cases of the check-duplicates and check-duplicate-identifier functions.