Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

many functions in racket/function don't work #340

Open
stchang opened this issue Jan 1, 2024 · 1 comment
Open

many functions in racket/function don't work #340

stchang opened this issue Jan 1, 2024 · 1 comment

Comments

@stchang
Copy link
Member

stchang commented Jan 1, 2024

curry and functions that use it (disjoin, etc) fail with error:

kw.rkt.js:1 Uncaught TypeError: M0.__rjs_quoted__.procedure_reduce_arity_mask is not a function
    at do_procedure_reduce_keyword_arity (kw.rkt.js:1:31840)
    at kw.rkt.js:1:43736
    at cl6692 (kw.rkt.js:1:43965)
    at kw.rkt.js:1:44375
    at cl6693 (kw.rkt.js:1:44107)
    at Module.<anonymous> (kw.rkt.js:1:44375)
    at make_curry (function.rkt.js:1:11426)
    at function.rkt.js:1:11871
@samth
Copy link
Collaborator

samth commented Jan 1, 2024

I think that procedure-reduce-arity-mask could just be the identity function for many purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants