mirror of
https://github.com/anoma/juvix.git
synced 2024-12-18 04:11:47 +03:00
df9b17d74f
This PR fixes the generation and evaluation of the Nock isCell op. As we can see from its [definition](https://developers.urbit.org/reference/nock/definition), the isCell op (Nock 3) evaluates its argument: ``` *[a 3 b] ?*[a b] ``` Previously we were not evaluating the argument before checking if it is an atom/cell. Co-authored-by: Jan Mas Rovira <janmasrovira@gmail.com> |
||
---|---|---|
.. | ||
Compile | ||
Eval | ||
Parse | ||
Compile.hs | ||
Eval.hs | ||
Parse.hs |