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.
-
ghc-internal GHC.Internal.Foreign.C.Error No documentation available.
InvalidSequence :: CodingProgressghc-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
InvalidSequence :: CodingProgressghc-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
neqInteger :: Integer -> Integer -> Boolghc-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
neqInteger# :: Integer -> Integer -> Int#ghc-internal GHC.Internal.Integer No documentation available.
-
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.
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.
type
AttrClassEqualFieldCallback = Attribute -> Attribute -> IO Boolgi-pango GI.Pango.Callbacks No description available in the introspection data.
type
C_AttrClassEqualFieldCallback = Ptr Attribute -> Ptr Attribute -> IO CIntgi-pango GI.Pango.Callbacks Type for the callback on the (unwrapped) C side.
-
gi-pango GI.Pango.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.