Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. (.:$!) :: SafeJSON a => Object -> Key -> Parser (Maybe a)

    safe-json Data.SafeJSON

    Similar to .:!, but uses safeFromJSON instead of parseJSON to maybe parse the value in the given field.

  2. (.:$?) :: SafeJSON a => Object -> Key -> Parser (Maybe a)

    safe-json Data.SafeJSON

    Similar to .:?, but uses safeFromJSON instead of parseJSON to maybe parse the value in the given field.

  3. (@:) :: TagName -> [AttributePredicate] -> Selector

    scalpel Text.HTML.Scalpel

    The @: operator creates a Selector by combining a TagName with a list of AttributePredicates.

  4. ( ##:> ) :: Arg a -> PStruct ([a] -> b) -> PStruct b

    servant-cli Servant.CLI.Internal.PStruct

    Add a repeating argument parser.

  5. ( #:> ) :: Arg a -> PStruct (a -> b) -> PStruct b

    servant-cli Servant.CLI.Internal.PStruct

    Add a single argument praser.

  6. ($:>) :: String -> PStruct a -> PStruct a

    servant-cli Servant.CLI.Internal.PStruct

    Shift by a path component.

  7. (%:>) :: Parser a -> PStruct (a -> b) -> PStruct b

    servant-cli Servant.CLI.Internal.PStruct

    Add a request body to all endpoints. If done more than once per endpoint, it runs *both* parsers; however, we can only send one request body, so this is undefined behavior as a client.

  8. (?:>) :: Opt a -> PStruct (a -> b) -> PStruct b

    servant-cli Servant.CLI.Internal.PStruct

    Add a command-line option to all endpoints.

  9. (.:) :: Text -> (forall t1 . () => Grammar Position (Sexp :- t1) (a :- t1)) -> Grammar Position (PropertyList :- t) (PropertyList :- (a :- t))

    sexp-grammar Language.SexpGrammar

    Property by a key grammar. Infix version of key.

  10. (.:?) :: Text -> (forall t1 . () => Grammar Position (Sexp :- t1) (a :- t1)) -> Grammar Position (PropertyList :- t) (PropertyList :- (Maybe a :- t))

    sexp-grammar Language.SexpGrammar

    Optional property by a key grammar. Infix version of optKey.

Page 101 of many | Previous | Next