]> Repositorios git - scryer-prolog.git/commit
add variant_hash and is_non_variant to fix setof/3, bagof/3
authorMark Thom <[email protected]>
Sat, 13 Dec 2025 02:05:47 +0000 (18:05 -0800)
committerMark Thom <[email protected]>
Thu, 15 Jan 2026 04:39:48 +0000 (20:39 -0800)
commit6284aa3a3f2ffe99985f6c66601052fffc323a66
treed60afb636b0f1e353609b5e72ff0d4d66f59cb67
parent29cd80510ba8b81905c634348995d1c1ed665d3a
add variant_hash and is_non_variant to fix setof/3, bagof/3
12 files changed:
Cargo.lock
Cargo.toml
build/instructions_template.rs
src/forms.rs
src/heap_iter.rs
src/lib/builtins.pl
src/machine/dispatch.rs
src/machine/machine_state_impl.rs
src/machine/mock_wam.rs
src/machine/mod.rs
src/machine/system_calls.rs
src/machine/variant_hashing.rs [new file with mode: 0644]