brendanzab / algebra

Abstract algebra for Rust (still very much a WIP!)
Apache License 2.0
60 stars 9 forks source link

Implement ring-like structures #16

Closed milibopp closed 8 years ago

milibopp commented 9 years ago

In the source code their presence is implied but commented out. Is there a reason this has been left out so far?

ghost commented 9 years ago

I think it's mostly just that nobody has gotten to them yet.

WaDelma commented 8 years ago

I implented these following existing structures. I wasn't able to get quickcheck work with newest nightlies so I am not 100% sure about prop_ methods.