• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. getPersistMap :: PersistValue -> Either Text [(Text, PersistValue)]

    persistent-mtl Database.Persist.Sql.Shim

    FIXME Add documentation to that.

  2. PersistMap :: [(Text, PersistValue)] -> PersistValue

    persistent-redis Database.Persist.Redis

    No documentation available.

  3. getPersistMap :: PersistValue -> Either Text [(Text, PersistValue)]

    persistent-redis Database.Persist.Redis

    FIXME Add documentation to that.

  4. data TMap

    pinch Pinch

    map<k, v>
    

  5. fromMap :: (forall r . () => (r -> k -> v -> r) -> r -> m k v -> r) -> m k v -> FoldList (k, v)

    pinch Pinch.Internal.FoldList

    Builds a FoldList over pairs of items of a map.

  6. TMap :: TType TMap

    pinch Pinch.Internal.TType

    No documentation available.

  7. data TMap

    pinch Pinch.Internal.TType

    map<k, v>
    

  8. VMap :: forall k v . (IsTType k, IsTType v) => !FoldList (MapItem k v) -> Value TMap

    pinch Pinch.Internal.Value

    No documentation available.

  9. VNullMap :: Value TMap

    pinch Pinch.Internal.Value

    No documentation available.

  10. field_map :: EmbedResponse -> Maybe (Map Text Text)

    pinecone Pinecone.Indexes

    No documentation available.

Page 1205 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete