linksplatform / Data.Doublets

LinksPlatform's Platform.Data.Doublets Class Library
https://linksplatform.github.io/Data.Doublets/
The Unlicense
14 stars 6 forks source link

Add test for (x * *) bug #323

Open uselessgoddess opened 2 years ago

uselessgoddess commented 2 years ago

https://github.com/linksplatform/Data.Doublets/blob/9b5fa41467808a2d570e6e65bc4df983dfe5f24e/rust/src/doublets/mem/united/store.rs#L285

Konard commented 2 years ago

Or even better for all possible cases:

(x: y z)
(x: y *)
(x: * z)
(x: * *)
(*: y z)
(*: y *)
(*: * z)
(*: * *)