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. weekendJustOver :: IO OptimizeResult

    sbv Documentation.SBV.Examples.Optimization.Enumerate

    Using optimization, find the first day after the weekend. We have:

    >>> weekendJustOver
    Optimal model:
    weekendJustOver       = Mon :: Day
    DayAsWord8(first-day) =   0 :: Word8
    first-day             = Mon :: Day
    

  2. getJustify :: Justify -> Bool

    simple-pango Graphics.Pango.Basic.LayoutObjects.PangoLayout

    No documentation available.

  3. getJustify :: Justify -> Bool

    simple-pango Graphics.Pango.Basic.LayoutObjects.PangoLayout.Internal

    No documentation available.

  4. fromJust' :: Maybe' a -> a

    streamly-core Streamly.Internal.Data.Maybe.Strict

    Extract the element out of a Just' and throws an error if its argument is Nothing'.

  5. isJust' :: Maybe' a -> Bool

    streamly-core Streamly.Internal.Data.Maybe.Strict

    Returns True iff its argument is of the form "Just' _".

  6. rangedParamAdjuster :: (Enum a, Ord a, MonadIO m) => String -> (String -> Maybe a) -> (a -> a -> Bool) -> Maybe a -> CUBE -> [Sweets] -> m [Sweets]

    tasty-sugar Test.Tasty.Sugar

    Given a Parameter Name and a boolean that indicates valid/not-valid for a Parameter Value, update the expectations in the Sweets to treat the parameter as a ranged value. This provides the functionality described by the rangedParam function and is intended for use via the sweetAdjuster field of the CUBE structure.

  7. sweetAdjuster :: CUBE -> forall (m :: Type -> Type) . MonadIO m => CUBE -> [Sweets] -> m [Sweets]

    tasty-sugar Test.Tasty.Sugar

    The sweetAdjuster is used to post-process the Sweets found. This can be used to provide additional filtering or handle relations between the sweets. While this could be performed manually, it is much better to use this entry to ensure that the results are the same as reported with the --showsearch output or other handling that might not be aware of other modifications of the found results.

  8. adjust :: MonadIO m => ThreadStorageMap a -> (a -> a) -> m ()

    thread-utils-context Control.Concurrent.Thread.Storage

    Update the associated value for the current thread if it is attached.

  9. adjustOnThread :: MonadIO m => ThreadStorageMap a -> ThreadId -> (a -> a) -> m ()

    thread-utils-context Control.Concurrent.Thread.Storage

    Update the associated value for the specified thread if it is attached.

  10. filterJust :: Pattern (Maybe a) -> Pattern a

    tidal-core Sound.Tidal.Pattern

    Turns a pattern of Maybe values into a pattern of values, dropping the events of Nothing.

Page 116 of many | Previous | Next