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.
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.
type
C_PrintSettingsFunc = CString -> CString -> Ptr () -> IO ()gi-gtk4 GI.Gtk.Callbacks Type for the callback on the (unwrapped) C side.
type
PrintSettingsFunc = Text -> Text -> IO ()gi-gtk4 GI.Gtk.Callbacks No description available in the introspection data.
type
PrintSettingsFunc_WithClosures = Text -> Text -> Ptr () -> IO ()gi-gtk4 GI.Gtk.Callbacks No description available in the introspection data.
drop_closures_PrintSettingsFunc :: PrintSettingsFunc -> PrintSettingsFunc_WithClosuresgi-gtk4 GI.Gtk.Callbacks A simple wrapper that ignores the closure arguments.
-
gi-gtk4 GI.Gtk.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.