Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (.:) :: FromJSON a => Object -> Text -> Parser a

    aeson-warning-parser Data.Aeson.WarningParser

    Extends the .: warning to include the field name that failed to parse.

  2. (.:?) :: FromJSON a => Object -> Text -> Parser (Maybe a)

    aeson-warning-parser Data.Aeson.WarningParser

    Extends the .:? warning to include the field name that failed to parse.

  3. ($:) :: ToBuilder b => (Builder -> b) -> Builder -> b

    caster System.Log.Caster

    Infix version of fix.

  4. (<:>) :: (ToBuilder a, ToBuilder b) => a -> b -> Builder

    caster System.Log.Caster

    Concat ToBuilder strings as Builder Builder.

  5. ($:) :: ToBuilder b => (Builder -> b) -> Builder -> b

    caster System.Log.Caster.Core

    Infix version of fix.

  6. (<:>) :: (ToBuilder a, ToBuilder b) => a -> b -> Builder

    caster System.Log.Caster.Core

    Concat ToBuilder strings as Builder Builder.

  7. ($:) :: ToBuilder b => (Builder -> b) -> Builder -> b

    caster System.Log.Caster.Monad

    Infix version of fix.

  8. (<:>) :: (ToBuilder a, ToBuilder b) => a -> b -> Builder

    caster System.Log.Caster.Monad

    Concat ToBuilder strings as Builder Builder.

  9. (-:-) :: Expr -> Expr -> Expr

    code-conjure Conjure.Engine

    The list constructor lifted over the Expr type. Works for the element types Int, Char and Bool.

    > zero -:- one -:- unit two
    [0,1,2] :: [Int]
    
    > zero -:- one -:- two -:- nil
    [0,1,2] :: [Int]
    
    > bee -:- unit cee
    "bc" :: [Char]
    

  10. (-:-) :: Expr -> Expr -> Expr

    code-conjure Conjure.Expr

    The list constructor lifted over the Expr type. Works for the element types Int, Char and Bool.

    > zero -:- one -:- unit two
    [0,1,2] :: [Int]
    
    > zero -:- one -:- two -:- nil
    [0,1,2] :: [Int]
    
    > bee -:- unit cee
    "bc" :: [Char]
    

Page 94 of many | Previous | Next