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. (.:) :: FromJSON a => Value -> Text -> a

    github-rest GitHub.REST

    Get the given key from the Value, erroring if it doesn't exist.

  2. (-:) :: Key a b -> Keys a -> Keys a

    greskell Data.Greskell

    Prepend a Key to Keys.

  3. (.:) :: FromGraphSON a => KeyMap GValue -> Key -> Parser a

    greskell Data.Greskell

    Like Aeson's .:, but for FromGraphSON.

  4. (=:) :: Key a b -> Greskell b -> KeyValue a

    greskell Data.Greskell

    Constructor operator of KeyValue.

  5. (<=:>) :: ToJSON b => Key a b -> b -> Binder (KeyValue a)

    greskell Data.Greskell.Extra

    Like =:, but this one takes a real value, binds it into a Greskell value and returns KeyValue.

  6. (-:) :: Key a b -> Keys a -> Keys a

    greskell Data.Greskell.Graph

    Prepend a Key to Keys.

  7. (=:) :: Key a b -> Greskell b -> KeyValue a

    greskell Data.Greskell.Graph

    Constructor operator of KeyValue.

  8. (<:>) :: Text -> [Text] -> Text

    haskoin-store-data Haskoin.Store.WebCommon

    No documentation available.

  9. (.:) :: FromJSON a => Object -> Key -> Parser a

    hledger-web Hledger.Web.Import

    Retrieve the value associated with the given key of an Object. The result is empty if the key is not present or the value cannot be converted to the desired type. This accessor is appropriate if the key and value must be present in an object for it to be valid. If the key and value are optional, use .:? instead.

  10. (<:>) :: forall a (n :: Nat) . a -> NList n a -> NList (n + 1) a

    indexed-containers Data.NList

    Prepend an element to a list.

    'a' <:> singleton 'b' === mk2 'a' 'b'
    

Page 97 of many | Previous | Next