Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. unI# :: Int -> Int#

    pvar Data.Primitive.PVar.Unsafe

    Unwrap the primitive Int

  2. toPrintableAscii# :: Text -> Text

    clash-lib Clash.Netlist.Id.Internal

    Convert given string to ASCII. Retains all printable ASCII. All other characters are thrown out.

  3. unpackCStringAscii# :: Addr# -> Text

    miso Miso.String

    O(n) Convert a null-terminated ASCII string to a Text. Counterpart to unpackCString#. No validation is performed, malformed input can lead to memory access violation.

  4. type ResI# e a = (# (# a #) | (# #) | (# e #) #)

    bytezap Bytezap.Parser.Struct

    Primitive parser result. Like flatparse, but no Addr# on success.

Page 6 of many | Previous | Next