Safe Haskell | None |
---|---|
Language | Haskell2010 |
Target.Partial
Documentation
stanGenericIndex :: [a] -> Int -> a #
stanFromJust :: Maybe Int -> Int #
stanToEnum :: Int -> Bool #
stanMaximum :: [Int] -> Int #
stanMinimum :: Ord a => [a] -> a #
stanMaximumBy :: [Int] -> Int #
stanMinimumBy :: (a -> a -> Ordering) -> [a] -> a #
stanFoldl1 :: (a -> a -> a) -> [a] -> a #
stanFoldl1' :: (a -> a -> a) -> [a] -> a #
stanFoldr1 :: (a -> a -> a) -> [a] -> a #
stanFromList :: [x] -> NonEmpty x #
stanFromInteger :: Integer -> Natural #
stanFromRational :: Rational -> Scientific #
stanRealToFrac :: Real a => a -> Scientific #
stanRecip :: Scientific -> Scientific #
stanDivide :: Scientific -> Scientific -> Scientific #
stanSuccNatural :: Natural -> Natural #
stanPredInteger :: Integer -> Integer #
stanPredPoly :: Enum a => a -> a #
stanFromListNE :: [x] -> NonEmpty x #