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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Page 9 of many | Previous | Next