-- 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 flexibility of Haskell -- with the strong design principles of PHP! @package acme-php @version 0.0.3 module Prelude.PHP data Bool TRUE :: Bool FALSE :: Bool FILE_NOT_FOUND :: Bool true :: Bool false :: Bool file_not_found :: Bool (&&) :: Bool -> Bool -> Bool (||) :: Bool -> Bool -> Bool not :: Bool -> Bool otherwise :: Bool intval :: (Read t, Num t) => String -> t sort :: [()] -> [()] sortBy :: Eq a => (a -> a -> Ordering) -> [a] -> [a] isn't :: (t -> Bool) -> t -> Bool 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 (<>) :: IO String instance GHC.Show.Show Prelude.PHP.Bool instance GHC.Read.Read Prelude.PHP.Bool instance GHC.Classes.Ord Prelude.PHP.Bool instance GHC.Classes.Eq Prelude.PHP.Bool instance GHC.Enum.Enum Prelude.PHP.Bool instance GHC.Enum.Bounded Prelude.PHP.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