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. readNixpkgPackageMap :: String -> Maybe String -> IO PackageMap

    distribution-nixpkgs Distribution.Nixpkgs.PackageMap

    Evaluate nixpkgs at a given (nix) path and build a Map keeping track of all Paths that end in a given Identifier and evaluate to a derivation. This can be used to find an attribute Path for an arbitrary package name using resolve. Note: Evaluation of nixpkgs is very expensive (takes multiple seconds), so cache the result of this function if possible.

    >>> readNixpkgPackageMap "<nixpkgs>" (Just "{ config = { allowAliases = false; }; }")
    fromList [ … ]
    

  2. newtype NoteMap

    djot Djot.AST

    A map from labels to contents.

  3. NoteMap :: Map ByteString Blocks -> NoteMap

    djot Djot.AST

    No documentation available.

  4. newtype ReferenceMap

    djot Djot.AST

    No documentation available.

  5. ReferenceMap :: Map ByteString (ByteString, Attr) -> ReferenceMap

    djot Djot.AST

    No documentation available.

  6. unNoteMap :: NoteMap -> Map ByteString Blocks

    djot Djot.AST

    No documentation available.

  7. unReferenceMap :: ReferenceMap -> Map ByteString (ByteString, Attr)

    djot Djot.AST

    No documentation available.

  8. quotesMapes :: Fake Text

    fakedata Faker.Book.Dune

    No documentation available.

  9. orderCommonMapAccipitriformes :: Fake Text

    fakedata Faker.Creature.Bird

    No documentation available.

  10. orderCommonMapAnseriformes :: Fake Text

    fakedata Faker.Creature.Bird

    No documentation available.

Page 1027 of many | Previous | Next