Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
-
set-cover Math.SetCover.Exact.Priority No documentation available.
pangoTabArrayIntSetTab :: PrimMonad m => PangoTabArrayInt (PrimState m) -> CInt -> CInt -> m ()simple-pango Graphics.Pango.LowLevel.TabStops No documentation available.
pangoTabArrayIntSetTab :: PrimMonad m => PangoTabArrayInt (PrimState m) -> CInt -> CInt -> m ()simple-pango Graphics.Pango.LowLevel.TabStops.Internal No documentation available.
toIntSet :: forall (m :: Type -> Type) . Monad m => Fold m Int IntSetstreamly-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
toIntSet :: forall (m :: Type -> Type) . Monad m => Fold m Int IntSetstreamly-core Streamly.Internal.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
-
what4 What4.Expr.MATLAB No documentation available.
-
what4 What4.Interface Convert an unsigned bitvector to the nearest unsigned bitvector with the given width (clamp on overflow).
-
discrimination Data.Discrimination O(n). Construct an IntSet in linear time. This is an asymptotically faster version of fromList, which exploits ordered discrimination.
-
discrimination Data.Discrimination.Sorting O(n). Construct an IntSet in linear time. This is an asymptotically faster version of fromList, which exploits ordered discrimination.