Does it make sense for a non-Racket #lang module to `provide` both *safe* and *unsafe* (in the sense of `racket/unsafe/ops`) variants of procedures?

If so, any tricks to doing that?

For example:
* A function `foo` defined in this #lang module might result in the module providing two Racket procedures: `foo` and `foo/unsafe`.
* `foo/unsafe` might use `racket/unsafe/ops`, but `foo` would not.
* I want outside Racket code that uses only `foo` (not `foo/unsafe`) from this #lang module to not incur any kind of taint.

Neil V.

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to