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.
noValueNumErrorPotential :: NumError -> CN vcollect-errors Numeric.CollectErrors.Type Construct an empty wrapper indicating that given error may have occurred.
decodeNumeric :: Word16 -> Maybe Countrycountry 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.
encodeNumeric :: Country -> Word16country Country Convert a country to its numeric code. This is a three-digit number and will consequently be less than 1000.
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.
SequenceNumberMismatch :: DNSErrordns Network.DNS.Types The sequence number of the answer doesn't match our query. This could indicate foul play.
-
enum-text Text.Enum.Text No documentation available.
UsingEnumText :: a -> UsingEnumText aenum-text Text.Enum.Text No documentation available.
_UsingEnumText :: UsingEnumText a -> aenum-text Text.Enum.Text No documentation available.
buildEnumText :: EnumText e => e -> Builderenum-text Text.Enum.Text Sames as renderEnumText, but generating a Builder.
configEnumText :: EnumText e => e -> EnumTextConfigenum-text Text.Enum.Text Configures the textual representation of e generated by renderEnumText.