Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pageFirst :: PageLinks -> Maybe Textgithub-rest GitHub.REST.PageLinks No documentation available.
merge_request_first_contribution :: MergeRequest -> Maybe Boolgitlab-haskell GitLab.Types No documentation available.
merge_request_first_deployed_to_production_at :: MergeRequest -> Maybe UTCTimegitlab-haskell GitLab.Types No documentation available.
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.