mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-29 08:14:31 +00:00
Branches: main Change the argument order of predicates in the sparse_bitset modules to make it more conducive to the use of state variable notation. Group function clauses together with the clauses for the corresponding predicates. library/sparse_bitset.m: As above. library/digraph.m: compiler/make.dependencies.m: compiler/mode_robdd.equiv_vars.m: compiler/mode_robdd.implications.m: compiler/mode_robdd.tfeirn.m: tests/hard_coded/bitset_tester.m: tests/hard_coded/pprint_test.m: tests/valid/loop_inv_bug.m: Conform to the above change. library/digraph.m: library/getopt.m: library/getopt_io.m: library/map.m: Remove dependencies on the svset module. NEWS: Announce the above change.