• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. type PL4 (t :: k -> Type) = PL PL3 t

    hetero-parameter-list Data.HeteroParList

    No documentation available.

  2. data PL (c :: k -> Constraint) (t :: k -> Type) (ss :: [k])

    hetero-parameter-list Data.HeteroParList.Constrained

    No documentation available.

  3. data ParseOptions tag text

    hexpat Text.XML.Expat.Annotated

    No documentation available.

  4. ParseOptions :: Maybe Encoding -> Maybe (tag -> Maybe text) -> ParseOptions tag text

    hexpat Text.XML.Expat.Annotated

    No documentation available.

  5. type Path tag text = PathG NodeG [] tag text

    hexpat Text.XML.Expat.Cursor

    A path specific to Text.XML.Expat.Tree.Node trees.

  6. type PathG (n :: Type -> Type -> Type -> Type -> Type) (c :: Type -> Type) tag text = [(c n c tag text, Tag tag text, c n c tag text)]

    hexpat Text.XML.Expat.Cursor

    Generalized path within an XML document.

  7. data ParseOptions tag text

    hexpat Text.XML.Expat.Extended

    No documentation available.

  8. ParseOptions :: Maybe Encoding -> Maybe (tag -> Maybe text) -> ParseOptions tag text

    hexpat Text.XML.Expat.Extended

    No documentation available.

  9. ProcessingInstruction :: text -> text -> Misc text

    hexpat Text.XML.Expat.Internal.DocumentClass

    No documentation available.

  10. module Text.XML.Expat.Proc

    This module ported from Text.XML.Light.Proc

Page 699 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete