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.

  1. pure :: Applicative f => a -> f a

    base 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"]
    

  2. pure :: Applicative f => a -> f a

    base 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"]
    

  3. pure :: Applicative f => a -> f a

    hedgehog 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"]
    

  4. pure :: Applicative f => a -> f a

    semigroupoids 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"]
    

  5. pure :: Applicative f => a -> f a

    ghc GHC.HsToCore.Monad

    No documentation available.

  6. pure :: Applicative f => a -> f a

    ghc GHC.Prelude.Basic

    No documentation available.

  7. pure :: Applicative f => a -> f a

    ghc GHC.Utils.Monad

    No documentation available.

  8. pure :: Applicative f => a -> f a

    rio 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"]
    

  9. pure :: Applicative f => a -> f a

    diagrams-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"]
    

  10. pure :: Applicative f => a -> f a

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

Page 8 of many | Previous | Next