Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. spInfoUnitId :: StaticPtrInfo -> String

    base GHC.StaticPtr

    Package key of the package where the static pointer is defined

  2. readWideCharOffPtr :: Ptr Char -> Int -> IO Char

    base GHC.Storable

    No documentation available.

  3. writeWideCharOffPtr :: Ptr Char -> Int -> Char -> IO ()

    base GHC.Storable

    No documentation available.

  4. decideChar :: forall (a :: Char) (b :: Char) proxy1 proxy2 . (KnownChar a, KnownChar b) => proxy1 a -> proxy2 b -> Either ((a :~: b) -> Void) (a :~: b)

    base GHC.TypeLits

    We either get evidence that this function was instantiated with the same type-level characters, or that the type-level characters are distinct.

  5. decideNat :: forall (a :: Nat) (b :: Nat) proxy1 proxy2 . (KnownNat a, KnownNat b) => proxy1 a -> proxy2 b -> Either ((a :~: b) -> Void) (a :~: b)

    base GHC.TypeLits

    We either get evidence that this function was instantiated with the same type-level numbers, or that the type-level numbers are distinct.

  6. decideSymbol :: forall (a :: Symbol) (b :: Symbol) proxy1 proxy2 . (KnownSymbol a, KnownSymbol b) => proxy1 a -> proxy2 b -> Either ((a :~: b) -> Void) (a :~: b)

    base GHC.TypeLits

    We either get evidence that this function was instantiated with the same type-level symbols, or that the type-level symbols are distinct.

  7. decideNat :: forall (a :: Nat) (b :: Nat) proxy1 proxy2 . (KnownNat a, KnownNat b) => proxy1 a -> proxy2 b -> Either ((a :~: b) -> Void) (a :~: b)

    base GHC.TypeNats

    We either get evidence that this function was instantiated with the same type-level numbers, or that the type-level numbers are distinct.

  8. isValidUtf8 :: ByteString -> Bool

    bytestring Data.ByteString

    O(n) Check whether a ByteString represents valid UTF-8.

  9. isValidUtf8 :: ShortByteString -> Bool

    bytestring Data.ByteString.Short

    O(n) Check whether a ShortByteString represents valid UTF-8.

  10. isValidUtf8 :: ShortByteString -> Bool

    bytestring Data.ByteString.Short.Internal

    O(n) Check whether a ShortByteString represents valid UTF-8.

Page 368 of many | Previous | Next