it.effect("empty hashmaps should be equal", () => Effect.gen(function* () { const hashmap1 = HashMap.fromIterable([]) const hashmap2 = HashMap.empty() expect(hashmap1).toEqual(hashmap2) }), )
© 2026 Hedgehog Software, LLC