Hoogle Search
Within LTS Haskell 24.16 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pure :: Applicative f => a -> f abase Control.Applicative Lift a value into the Structure.
Examples
>>> pure 1 :: Maybe Int Just 1
>>> pure 'z' :: [Char] "z"
>>> pure (pure ":D") :: Maybe [String] Just [":D"]
pure :: Applicative f => a -> f abase GHC.Base Lift a value into the Structure.
Examples
>>> pure 1 :: Maybe Int Just 1
>>> pure 'z' :: [Char] "z"
>>> pure (pure ":D") :: Maybe [String] Just [":D"]
pure :: Applicative f => a -> f ahedgehog Hedgehog.Internal.Prelude Lift a value into the Structure.
Examples
>>> pure 1 :: Maybe Int Just 1
>>> pure 'z' :: [Char] "z"
>>> pure (pure ":D") :: Maybe [String] Just [":D"]
pure :: Applicative f => a -> f asemigroupoids Semigroupoids.Do Lift a value into the Structure.
Examples
>>> pure 1 :: Maybe Int Just 1
>>> pure 'z' :: [Char] "z"
>>> pure (pure ":D") :: Maybe [String] Just [":D"]
pure :: Applicative f => a -> f aghc GHC.HsToCore.Monad No documentation available.
pure :: Applicative f => a -> f aghc GHC.Prelude.Basic No documentation available.
pure :: Applicative f => a -> f aghc GHC.Utils.Monad No documentation available.
pure :: Applicative f => a -> f ario RIO.Prelude Lift a value into the Structure.
Examples
>>> pure 1 :: Maybe Int Just 1
>>> pure 'z' :: [Char] "z"
>>> pure (pure ":D") :: Maybe [String] Just [":D"]
pure :: Applicative f => a -> f adiagrams-lib Diagrams.Prelude Lift a value into the Structure.
Examples
>>> pure 1 :: Maybe Int Just 1
>>> pure 'z' :: [Char] "z"
>>> pure (pure ":D") :: Maybe [String] Just [":D"]
pure :: Applicative f => a -> f aCabal-syntax Distribution.Compat.Prelude No documentation available.