categorifier
categorifier copied to clipboard
Support `rem` and `quot` in PrimOp.hs
rem and quot should be added to mkNoInlinePrimIntFunctions.
Unfortunately there's no Plugins.remIntName or Plugins.quotIntName which makes things slightly more complicated.
(Extricated from https://kitty-hawk.atlassian.net/browse/SW-4259)