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.
-
perf Perf.Algos No documentation available.
PatternMapInc :: Text -> ([Int] -> [Int]) -> [Int] -> ExamplePattern aperf Perf.Algos No documentation available.
-
No documentation available.
-
persistent-documentation Data.SemiMap A newtype around Map which uses unionWith (<>) for the semigroup and monoid instance.
SemiMap :: Map k v -> SemiMap k vpersistent-documentation Data.SemiMap No documentation available.
unSemiMap :: SemiMap k v -> Map k vpersistent-documentation Data.SemiMap No documentation available.
-
No documentation available.
-
persistent-documentation Data.StrMap A StrMap is sort of like a HashMap, but sorts the keys on a Text representation. Additionally, it has more useful Semigroup and Monoid instances that (<>) the values when present.
StrMap :: Map (AsStr k) a -> StrMap k apersistent-documentation Data.StrMap No documentation available.
PersistMap :: [(Text, PersistValue)] -> PersistValuepersistent-mtl Database.Persist.Sql.Shim No documentation available.