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.

  1. setObjectPropertyCallback :: GObject a => a -> String -> FunPtr b -> IO ()

    haskell-gi-base Data.GI.Base.Properties

    No documentation available.

  2. type family AttrAllowedOps info :: [AttrOpTag]

    haskell-gi-base Data.GI.Base.ShortPrelude

    The operations that are allowed on the attribute.

  3. type family AttrOpAllowed (tag :: AttrOpTag) info useType

    haskell-gi-base Data.GI.Base.ShortPrelude

    Whether a given AttrOpTag is allowed on an attribute, given the info type.

  4. type family HaskellCallbackType info

    haskell-gi-base Data.GI.Base.ShortPrelude

    The type for the signal handler.

  5. callocBoxedBytes :: GBoxed a => Int -> IO (Ptr a)

    haskell-gi-base Data.GI.Base.Utils

    Make a zero filled allocation of n bytes for a boxed object. The difference with a normal callocBytes is that the returned memory is allocated using whatever memory allocator g_boxed_copy uses, which in particular may well be different from a plain g_malloc. In particular g_slice_alloc is often used for allocating boxed objects, which are then freed using g_slice_free.

  6. callocBytes :: Int -> IO (Ptr a)

    haskell-gi-base Data.GI.Base.Utils

    Make a zero-filled allocation using the GLib allocator.

  7. callocMem :: Storable a => IO (Ptr a)

    haskell-gi-base Data.GI.Base.Utils

    Make a zero-filled allocation of enough size to hold the given Storable type, using the GLib allocator.

  8. sortNaturallyBy :: (a -> (String, Int)) -> [a] -> [a]

    hspec-discover Test.Hspec.Discover.Sort

    No documentation available.

  9. package smallcheck

    A property-based testing library As of 2023, this library is largely obsolete: arbitrary test generators with shrinking such as falsify offer much better user experience. SmallCheck is a testing library that allows to verify properties for all test cases up to some depth. The test cases are generated automatically by SmallCheck.

  10. module Test.SmallCheck

    This module exports the main pieces of SmallCheck functionality. To generate test cases for your own types, refer to Test.SmallCheck.Series. For pointers to other sources of information about SmallCheck, please refer to the README at https://github.com/Bodigrim/smallcheck/blob/master/README.md

Page 343 of many | Previous | Next