I need a function which gets two Ints (a and b) and returns A/B as Int. I am sure that A/B will alw
Int
a
b
A/B
Here's what I did to make my own:
quot' a b | a