Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
bigNatEqWord# :: BigNat# -> Word# -> Bool#ghc-bignum GHC.Num.BigNat Test if a BigNat is equal to a Word
integerEq :: Integer -> Integer -> Boolghc-bignum GHC.Num.Integer Equal predicate.
integerEq# :: Integer -> Integer -> Bool#ghc-bignum GHC.Num.Integer Equal predicate.
naturalEq :: Natural -> Natural -> Boolghc-bignum GHC.Num.Natural Equality test for Natural
naturalEq# :: Natural -> Natural -> Bool#ghc-bignum GHC.Num.Natural Equality test for Natural
type
C_EqualFunc = Ptr () -> Ptr () -> IO CIntgi-glib GI.GLib.Callbacks Type for the callback on the (unwrapped) C side.
type
C_EqualFuncFull = Ptr () -> Ptr () -> Ptr () -> IO CIntgi-glib GI.GLib.Callbacks Type for the callback on the (unwrapped) C side.
type
C_SequenceIterCompareFunc = Ptr SequenceIter -> Ptr SequenceIter -> Ptr () -> IO Int32gi-glib GI.GLib.Callbacks Type for the callback on the (unwrapped) C side.
type
SequenceIterCompareFunc = SequenceIter -> SequenceIter -> Ptr () -> IO Int32gi-glib GI.GLib.Callbacks A SequenceIterCompareFunc is a function used to compare iterators. It must return zero if the iterators compare equal, a negative value if a comes before b, and a positive value if b comes before a.
drop_closures_EqualFuncFull :: EqualFuncFull -> EqualFuncFull_WithClosuresgi-glib GI.GLib.Callbacks A simple wrapper that ignores the closure arguments.