akc / hops

HOPS - Handy Operations on Power Series
http://akc.is/hops
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Clean up among transformations and their tests. #7

Closed akc closed 7 years ago

akc commented 7 years ago

Got rid of a few transformation that were either trivial or unintuitive.

Provided newtypes for a few different types of power series to simplify writing concise tests.

Introduced "Indet" and "DZ" in the grammar to facilitate debugging.

akc commented 7 years ago

@bawolk : I made a PR out of this in case you have some comments/suggestions before I merge this into master.

bawolk commented 7 years ago

I admire your QuickCheck wizardry!

akc commented 7 years ago

Thanks ;-)