Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. noValueNumErrorPotential :: NumError -> CN v

    collect-errors Numeric.CollectErrors.Type

    Construct an empty wrapper indicating that given error may have occurred.

  2. decodeNumeric :: Word16 -> Maybe Country

    country Country

    Get a country from a numeric code. Any code greater than 999 will not have a country associated with it. Additionally, many codes are unassigned.

  3. encodeNumeric :: Country -> Word16

    country Country

    Convert a country to its numeric code. This is a three-digit number and will consequently be less than 1000.

  4. renumber :: MemType -> Int -> Int -> [(ThreadId, ThreadAction)] -> [(ThreadId, ThreadAction)]

    dejafu Test.DejaFu.SCT.Internal

    Re-number threads and IORefs. Permuting forks or newIORefs makes the existing numbering invalid, which then causes problems for scheduling. Just re-numbering threads isn't enough, as IORef IDs are used to determine commit thread IDs. Renumbered things will not fix their names, so don't rely on those at all.

  5. SequenceNumberMismatch :: DNSError

    dns Network.DNS.Types

    The sequence number of the answer doesn't match our query. This could indicate foul play.

  6. newtype UsingEnumText a

    enum-text Text.Enum.Text

    No documentation available.

  7. UsingEnumText :: a -> UsingEnumText a

    enum-text Text.Enum.Text

    No documentation available.

  8. _UsingEnumText :: UsingEnumText a -> a

    enum-text Text.Enum.Text

    No documentation available.

  9. buildEnumText :: EnumText e => e -> Builder

    enum-text Text.Enum.Text

    Sames as renderEnumText, but generating a Builder.

  10. configEnumText :: EnumText e => e -> EnumTextConfig

    enum-text Text.Enum.Text

    Configures the textual representation of e generated by renderEnumText.

Page 161 of many | Previous | Next