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.
offset :: SuffixUnder es es' => Intdata-effects-core Data.Effect.OpenUnion No documentation available.
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.
insertSetBy :: (a -> a -> Ordering) -> a -> [a] -> [a]data-ordlist Data.List.Ordered The insertSetBy function is the non-overloaded version of insertSet.
subset :: Ord a => [a] -> [a] -> Booldata-ordlist Data.List.Ordered The subset function returns true if the first list is a sub-list of the second.
subsetBy :: (a -> a -> Ordering) -> [a] -> [a] -> Booldata-ordlist Data.List.Ordered The subsetBy function is the non-overloaded version of subset.
-
greskell-core Data.Greskell.GMap General parser for FlattenedMap.
-
greskell-core Data.Greskell.GMap General parser for GMap.
-
greskell-core Data.Greskell.GMap General parser for GMapEntry.
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.
-
hpqtypes Database.PostgreSQL.PQTypes No documentation available.