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

Missing cons operator #137

Closed
HelNico opened this issue Jan 11, 2022 · 0 comments
Closed

Missing cons operator #137

HelNico opened this issue Jan 11, 2022 · 0 comments

Comments

@HelNico
Copy link

HelNico commented Jan 11, 2022

Here seems to be a little error.
brun '(i (= (sha256 2) (q . 0x2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824)) (c (q . 51) (c 5 (c (q . 100) ()))) (q . "wrong password"))' '("hello" 0xdeadbeef)' evaluates to (51 0xdeadbeef 100) and not ((51 0xdeadbeef 100)). Later on in the example the additional cons-operator is added

bhenhsi added a commit that referenced this issue Apr 14, 2022
- fix the output value
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

1 participant