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 arelude Relude.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 abasement Basement.Compat.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 abasement Basement.Imports 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-internal GHC.Internal.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 aprotolude Protolude 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 agraphviz Data.GraphViz.Parsing 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 anumhask NumHask.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 abasic-prelude CorePrelude 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 aclassy-prelude ClassyPrelude 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-lib-parser GHC.Prelude.Basic Lift a value into the Structure.
Examples
>>> pure 1 :: Maybe Int Just 1
>>> pure 'z' :: [Char] "z"
>>> pure (pure ":D") :: Maybe [String] Just [":D"]