Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. surjectiveMappingNumber :: Integer -> Integer -> Integer

    combinatorial Combinatorics

    surjectiveMappingNumber n k computes the number of surjective mappings from a n element set to a k element set. http://oeis.org/A019538

  2. surjectiveMappingNumbers :: Num a => [[a]]

    combinatorial Combinatorics

    equalFuncList2 Comb.surjectiveMappingNumber Comb.surjectiveMappingNumbers 20
    

  3. emptyMap :: Map κ ν

    core-data Core.Data.Structures

    A dictionary with no key/value mappings.

  4. fromMap :: Dictionary α => Map (K α) (V α) -> α

    core-data Core.Data.Structures

    No documentation available.

  5. intoMap :: Dictionary α => α -> Map (K α) (V α)

    core-data Core.Data.Structures

    No documentation available.

  6. singletonMap :: Key κ => κ -> ν -> Map κ ν

    core-data Core.Data.Structures

    Construct a dictionary with only a single key/value pair.

  7. unMap :: Map κ ν -> HashMap κ ν

    core-data Core.Data.Structures

    No documentation available.

  8. CqlMap :: [(Value, Value)] -> Value

    cql Database.CQL.Protocol

    No documentation available.

  9. fromMap :: Map a b -> [(a, b)]

    cql Database.CQL.Protocol

    No documentation available.

  10. CqlMap :: [(Value, Value)] -> Value

    cql Database.CQL.Protocol.Internal

    No documentation available.

Page 1024 of many | Previous | Next