ekmett / guanxi

Relational programming in Haskell. Mostly developed on twitch.
http://twitch.tv/ekmett
Other
256 stars 29 forks source link

Faster stimes and use groups lib #15

Closed Taneb closed 5 years ago

Taneb commented 5 years ago

The stimes implementations for Unit and Aff are O(1) arithmetic operations.

The switch to the groups library provides more instances and a more public place for the Group class.