Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. toPrintSettings :: PrintSettingsClass o => o -> PrintSettings

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    No documentation available.

  2. ppIntSet :: IntSet -> Doc ann

    prettyprinter-combinators Prettyprinter.Combinators

    No documentation available.

  3. ppIntSetWith :: (Int -> Doc ann) -> IntSet -> Doc ann

    prettyprinter-combinators Prettyprinter.Combinators

    No documentation available.

  4. C_IntSet :: PrimClassifier IntSet

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  5. type ConstraintSet = Symbolic ()

    sbv Data.SBV

    A constraint set is a symbolic program that returns no values. The idea is that the constraints/min-max goals will serve as the collection of constraints that will be used for sat/optimize calls.

  6. type ConstraintSet = Symbolic ()

    sbv Data.SBV.Trans

    A constraint set is a symbolic program that returns no values. The idea is that the constraints/min-max goals will serve as the collection of constraints that will be used for sat/optimize calls.

  7. queueIntSet :: MethodsIntSet

    set-cover Math.SetCover.Exact.Priority

    No documentation available.

  8. pangoTabArrayIntSetTab :: PrimMonad m => PangoTabArrayInt (PrimState m) -> CInt -> CInt -> m ()

    simple-pango Graphics.Pango.LowLevel.TabStops

    No documentation available.

  9. pangoTabArrayIntSetTab :: PrimMonad m => PangoTabArrayInt (PrimState m) -> CInt -> CInt -> m ()

    simple-pango Graphics.Pango.LowLevel.TabStops.Internal

    No documentation available.

  10. toIntSet :: forall (m :: Type -> Type) . Monad m => Fold m Int IntSet

    streamly-core Streamly.Data.Fold

    Fold the input to an int set. For integer inputs this performs better than toSet. Definition:

    >>> toIntSet = Fold.foldl' (flip IntSet.insert) IntSet.empty
    

Page 22 of many | Previous | Next