We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a data set contains leaf values of false odin returns a LVar instead of false.
false
LVar
(set (o/for-query (d/query [1 2 3 false] ?path _ ?val) ?val)) ;;=>#{1 3 LVar@991888756 2}
The text was updated successfully, but these errors were encountered:
Fixes halgari#13 false values not unifying with lvar
5ef4057
+ add gitignore + fix a few tests that weren't comparing the output
Fixes halgari#12 and halgari#13 return value if not-found in get
f5c70fd
implemented as a transducer
bda8332
b71d8b8
No branches or pull requests
If a data set contains leaf values of
false
odin returns aLVar
instead offalse
.The text was updated successfully, but these errors were encountered: