Guest User

Untitled

a guest
Jul 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. [PlusNatSemi] Semigroup Nat where
  2. (<+>) x y = x + y
  3.  
  4. [MultNatSemi] Semigroup Nat where
  5. (<+>) x y = x * y
Add Comment
Please, Sign In to add comment