mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
Define the modulus operation.
This commit is contained in:
parent
417b990d00
commit
82d2a73cf2
@ -19,6 +19,7 @@ data Arithmetic a
|
||||
| Minus a a
|
||||
| Times a a
|
||||
| DividedBy a a
|
||||
| Modulo a a
|
||||
| Power a a
|
||||
deriving (Eq, Foldable, Functor, Generic1, Show, Traversable)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user