Hoogle Search

Within LTS Haskell 24.25 (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

    ghc-lib-parser GHC.Utils.Monad

    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

    foundation Foundation

    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

    turtle Turtle

    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

    mixed-types-num Numeric.MixedTypes.PreludeHiding

    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

    LambdaHack Game.LambdaHack.Core.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"]
    

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

    cabal-install-solver Distribution.Solver.Compat.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"]
    

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

    ihaskell IHaskellPrelude

    Lift a value into the Structure.

    Examples

    >>> pure 1 :: Maybe Int
    Just 1
    
    >>> pure 'z' :: [Char]
    "z"
    
    >>> pure (pure ":D") :: Maybe [String]
    Just [":D"]
    

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

    ihaskell IHaskellPrelude

    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

    incipit-base Incipit.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"]
    

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

    optional-args Data.Optional

    Lift a value into the Structure.

    Examples

    >>> pure 1 :: Maybe Int
    Just 1
    
    >>> pure 'z' :: [Char]
    "z"
    
    >>> pure (pure ":D") :: Maybe [String]
    Just [":D"]
    

Page 10 of many | Previous | Next