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. ExampleMapInc :: Example

    perf Perf.Algos

    No documentation available.

  2. PatternMapInc :: Text -> ([Int] -> [Int]) -> [Int] -> ExamplePattern a

    perf Perf.Algos

    No documentation available.

  3. module Data.SemiMap

    No documentation available.

  4. newtype SemiMap k v

    persistent-documentation Data.SemiMap

    A newtype around Map which uses unionWith (<>) for the semigroup and monoid instance.

  5. SemiMap :: Map k v -> SemiMap k v

    persistent-documentation Data.SemiMap

    No documentation available.

  6. unSemiMap :: SemiMap k v -> Map k v

    persistent-documentation Data.SemiMap

    No documentation available.

  7. module Data.StrMap

    No documentation available.

  8. newtype StrMap k a

    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.

  9. StrMap :: Map (AsStr k) a -> StrMap k a

    persistent-documentation Data.StrMap

    No documentation available.

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

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

Page 1204 of many | Previous | Next