Hoogle Search

Within Stackage Nightly 2025-10-05 (ghc-9.12.2)

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

  1. subsetBy :: (a -> a -> Ordering) -> [a] -> [a] -> Bool

    data-ordlist Data.List.Ordered

    The subsetBy function is the non-overloaded version of subset.

  2. parseToFlattenedMap :: forall (c :: Type -> Type -> Type) k v s . (IsList (c k v), Item (c k v) ~ (k, v)) => (s -> Parser k) -> (s -> Parser v) -> Vector s -> Parser (FlattenedMap c k v)

    greskell-core Data.Greskell.GMap

    General parser for FlattenedMap.

  3. parseToGMap :: (IsList (c k v), Item (c k v) ~ (k, v)) => (s -> Parser k) -> (s -> Parser v) -> (KeyMap s -> Parser (c k v)) -> Either (KeyMap s) (Vector s) -> Parser (GMap c k v)

    greskell-core Data.Greskell.GMap

    General parser for GMap.

  4. parseToGMapEntry :: FromJSONKey k => (s -> Parser k) -> (s -> Parser v) -> Either (KeyMap s) (Vector s) -> Parser (GMapEntry k v)

    greskell-core Data.Greskell.GMap

    General parser for GMapEntry.

  5. parseTypedGraphSON :: (GraphSONTyped v, FromJSON v) => Value -> Parser (GraphSON v)

    greskell-core Data.Greskell.GraphSON

    Parse GraphSON v, but it checks gsonType. If gsonType is Nothing or it's not equal to gsonTypeFor, the Parser fails.

  6. data ConnectionSettings

    hpqtypes Database.PostgreSQL.PQTypes

    No documentation available.

  7. ConnectionSettings :: Text -> !Maybe Text -> !Maybe (RawSQL ()) -> [Text] -> ConnectionSettings

    hpqtypes Database.PostgreSQL.PQTypes

    No documentation available.

  8. DynamicResultSetsReturned :: ErrorCode

    hpqtypes Database.PostgreSQL.PQTypes

    No documentation available.

  9. InvalidRowCountInResultOffsetClause :: ErrorCode

    hpqtypes Database.PostgreSQL.PQTypes

    No documentation available.

  10. NoAdditionalDynamicResultSetsReturned :: ErrorCode

    hpqtypes Database.PostgreSQL.PQTypes

    No documentation available.

Page 131 of many | Previous | Next