Hoogle Search

Within LTS Haskell 24.60 (ghc-9.10.3)

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

  1. offset :: SuffixUnder es es' => Int

    data-effects-core Data.Effect.OpenUnion

    No documentation available.

  2. insertSet :: Ord a => a -> [a] -> [a]

    data-ordlist Data.List.Ordered

    The insertSet function inserts an element into an ordered list. If the element is already there, then the element replaces the existing element.

  3. insertSetBy :: (a -> a -> Ordering) -> a -> [a] -> [a]

    data-ordlist Data.List.Ordered

    The insertSetBy function is the non-overloaded version of insertSet.

  4. subset :: Ord a => [a] -> [a] -> Bool

    data-ordlist Data.List.Ordered

    The subset function returns true if the first list is a sub-list of the second.

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

    data-ordlist Data.List.Ordered

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

  6. 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.

  7. 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.

  8. 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.

  9. 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.

  10. data ConnectionSettings

    hpqtypes Database.PostgreSQL.PQTypes

    No documentation available.

Page 137 of many | Previous | Next