Skip to main content

Home/ Coders/ Group items tagged Haskell prelude

Rss Feed Group items tagged

x y

Prelude - 0 views

  • quotRem :: a -> a -> (a, a)Sourcesimultaneous quot and rem divMod :: a -> a -> (a, a)Sourcesimultaneous div and mod
  • subtract :: Num a => a -> a -> aSourcethe same as flip (-).
  •  
    haskell prelude
1 - 1 of 1
Showing 20 items per page