Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mrgDeleteFirstsBy :: (MonadUnion u, Mergeable a) => (a -> a -> SymBool) -> [a] -> [a] -> u [a]grisette Grisette.Lib.Data.List Symbolic version of deleteFirstsBy, the result would be merged and propagate the mergeable knowledge. Can generate O(len(lhs)) cases, and O(len(lhs)^2 * len(rhs)) sized constraints, assuming the predicate only generates O(1) constraints.
-
gtk3 Graphics.UI.Gtk.General.StockItems No documentation available.
menuShellSelectFirst :: MenuShellClass self => self -> Bool -> IO ()gtk3 Graphics.UI.Gtk.MenuComboToolbar.MenuShell Select the first visible or selectable child of the menu shell; don't select tearoff items unless the only item is a tearoff item.
- Available since Gtk+ version 2.2
treeModelGetIterFirst :: TreeModelClass self => self -> IO (Maybe TreeIter)gtk3 Graphics.UI.Gtk.ModelView.TreeModel Retrieves an TreeIter to the first entry. Returns Nothing if the table is empty.
treeViewMoveColumnFirst :: TreeViewClass self => self -> TreeViewColumn -> IO ()gtk3 Graphics.UI.Gtk.ModelView.TreeView Move a specific column.
- Use treeViewMoveColumnAfter if you want to move the column somewhere else than to the leftmost position.
recentFirst :: (MonadMetadata m, MonadFail m) => [Item a] -> m [Item a]hakyll Hakyll.Web.Template.List The reverse of chronological
sortRecentFirst :: (MonadMetadata m, MonadFail m) => [Identifier] -> m [Identifier]hakyll Hakyll.Web.Template.List Version of recentFirst which doesn't need the actual items.
approximateFirstReceiveTimestamp :: Attributes -> Texthal AWS.Lambda.Events.SQS No documentation available.
-
hledger-web Hledger.Web.Import Get just the first record for the criterion.
sequenceFirst :: (Bitraversable t, Applicative f) => t (f k) v -> f (t k v)hw-kafka-client Kafka.Consumer Deprecated: Isn't concern of this library. Use bitraverse id pure