Search
❯
Sep 13, 20251 min read
mod :: Integral a => a -> a -> a -> a
Takes two arguments a,b and returns a mod b
a,b
a mod b
mod a b