You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The (primop-app 'cons 1 2) invocation is a regular primitive operation that makes perfect sense.
The (primop-app '&yield-cont cont hole) on the other hand represents a generic pattern that ought to be compiled in a specific way at a later phase. These latter ones should be separated from primops proper.
The text was updated successfully, but these errors were encountered:
The
(primop-app 'cons 1 2)
invocation is a regular primitive operation that makes perfect sense.The
(primop-app '&yield-cont cont hole)
on the other hand represents a generic pattern that ought to be compiled in a specific way at a later phase. These latter ones should be separated from primops proper.The text was updated successfully, but these errors were encountered: