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.

  1. pageFirst :: PageLinks -> Maybe Text

    github-rest GitHub.REST.PageLinks

    No documentation available.

  2. merge_request_first_contribution :: MergeRequest -> Maybe Bool

    gitlab-haskell GitLab.Types

    No documentation available.

  3. merge_request_first_deployed_to_production_at :: MergeRequest -> Maybe UTCTime

    gitlab-haskell GitLab.Types

    No documentation available.

  4. 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.

  5. stockGotoFirst :: StockId

    gtk3 Graphics.UI.Gtk.General.StockItems

    No documentation available.

  6. 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

  7. 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.

  8. treeViewMoveColumnFirst :: TreeViewClass self => self -> TreeViewColumn -> IO ()

    gtk3 Graphics.UI.Gtk.ModelView.TreeView

    Move a specific column.

  9. recentFirst :: (MonadMetadata m, MonadFail m) => [Item a] -> m [Item a]

    hakyll Hakyll.Web.Template.List

    The reverse of chronological

  10. sortRecentFirst :: (MonadMetadata m, MonadFail m) => [Identifier] -> m [Identifier]

    hakyll Hakyll.Web.Template.List

    Version of recentFirst which doesn't need the actual items.

Page 95 of many | Previous | Next