functional icon indicating copy to clipboard operation
functional copied to clipboard

Functional interfaces and datatypes for Racket

Results 4 functional issues
Sort by recently updated
recently updated
newest added

Fixes #11. At the moment, it looks like `map` delegates sequence input to the `data/collection` version of `map` in order to leverage the "zip" behavior when more than one sequence...

In a struct type that implements both `gen:sequence` as well as `gen:functor`, calling `map` uses the sequence implementation rather than the functor one. As far as I can tell, this...

Hi Alexis, Please add the racket topic to this repo - I think others will be interested and this will help them find it at https://github.com/topics/racket https://help.github.com/en/articles/classifying-your-repository-with-topics Kind regards, Stephen

I'd like to take a `maybe` and unwrap it by running a thunk when it's a `nothing`. `from-just` works with a plain value instead of a thunk, while `from-just!` doesn't...