Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. eILSEQ :: Errno

    ghc-internal GHC.Internal.Foreign.C.Error

    No documentation available.

  2. InvalidSequence :: CodingProgress

    ghc-internal GHC.Internal.IO.Encoding

    Stopped because there are sufficient free elements in the output to output at least one encoded ASCII character, but the input contains an invalid or unrepresentable sequence

  3. InvalidSequence :: CodingProgress

    ghc-internal GHC.Internal.IO.Encoding.Types

    Stopped because there are sufficient free elements in the output to output at least one encoded ASCII character, but the input contains an invalid or unrepresentable sequence

  4. neqInteger :: Integer -> Integer -> Bool

    ghc-internal GHC.Internal.Integer

    Used to implement (/=) for the Eq typeclass. Outputs True if two integers are not equal to each other.

    Example

    >>> 6 `neqInteger` 7
    True
    
    >>> 6 /= 7
    True
    

  5. neqInteger# :: Integer -> Integer -> Int#

    ghc-internal GHC.Internal.Integer

    No documentation available.

  6. requestHeapCensus :: IO ()

    ghc-internal GHC.Internal.Profiling

    Request a heap census on the next context switch. The census can be requested whether or not the heap profiling timer is running. Note: This won't do anything unless you also specify a profiling mode on the command line using the normal RTS options.

  7. data UnsafeEquality (a :: k) (b :: k)

    ghc-internal GHC.Internal.Unsafe.Coerce

    This type is treated magically within GHC. Any pattern match of the form case unsafeEqualityProof of UnsafeRefl -> body gets transformed just into body. This is ill-typed, but the transformation takes place after type-checking is complete. It is used to implement unsafeCoerce. You probably don't want to use UnsafeRefl in an expression, but you might conceivably want to pattern-match on it. Use unsafeEqualityProof to create one of these.

  8. type AttrClassEqualFieldCallback = Attribute -> Attribute -> IO Bool

    gi-pango GI.Pango.Callbacks

    No description available in the introspection data.

  9. type C_AttrClassEqualFieldCallback = Ptr Attribute -> Ptr Attribute -> IO CInt

    gi-pango GI.Pango.Callbacks

    Type for the callback on the (unwrapped) C side.

  10. dynamic_AttrClassEqualFieldCallback :: (HasCallStack, MonadIO m) => FunPtr C_AttrClassEqualFieldCallback -> Attribute -> Attribute -> m Bool

    gi-pango GI.Pango.Callbacks

    Given a pointer to a foreign C function, wrap it into a function callable from Haskell.

Page 349 of many | Previous | Next