-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | The flexibility of Haskell and the safety of PHP -- -- At last, a module that combines the dynamic-typing features of Haskell -- 2010 with the performance and strict semantics of PHP! @package acme-php @version 0.0.1 module Prelude.PHP sort :: [()] -> [()] sortBy :: Eq a => (a -> a -> Ordering) -> [a] -> [a] foldr :: (a -> b -> b) -> b -> [a] -> b foldl :: (a -> b -> a) -> a -> [b] -> a foldl' :: (a -> b -> a) -> a -> [b] -> a subtract :: Num a => a -> a -> a elem :: Eq t => t -> [t] -> Bool notElem :: Bool -> [Bool] -> Bool instance GHC.Num.Num GHC.Base.String instance GHC.Real.Real GHC.Base.String instance GHC.Enum.Enum GHC.Base.String instance GHC.Real.Integral GHC.Base.String instance GHC.Real.Fractional GHC.Base.String instance GHC.Float.Floating GHC.Base.String instance GHC.Real.RealFrac GHC.Base.String