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. glpkDepthFirstSearch :: GlpkBacktrackingTechnique

    glpk-headers Math.Programming.Glpk.Header

    No documentation available.

  2. glpkFirstFractional :: GlpkBranchingTechnique

    glpk-headers Math.Programming.Glpk.Header

    No documentation available.

  3. stockGotoFirst :: StockId

    gtk Graphics.UI.Gtk.General.StockItems

    No documentation available.

  4. menuShellSelectFirst :: MenuShellClass self => self -> Bool -> IO ()

    gtk 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

  5. treeModelGetIterFirst :: TreeModelClass self => self -> IO (Maybe TreeIter)

    gtk Graphics.UI.Gtk.ModelView.TreeModel

    Retrieves an TreeIter to the first entry. Returns Nothing if the table is empty.

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

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Move a specific column.

  7. compactGetFirstBlock# :: Compact# -> State# RealWorld -> (# State# RealWorld, Addr#, Word# #)

    ihaskell IHaskellPrelude

    Returns the address and the utilized size (in bytes) of the first compact block of a CNF.

  8. deleteFirstsBy :: (a -> a -> Bool) -> [a] -> [a] -> [a]

    ihaskell IHaskellPrelude

    The deleteFirstsBy function takes a predicate and two lists and returns the first list with the first occurrence of each element of the second list removed. This is the non-overloaded version of (\\).

    (\\) == deleteFirstsBy (==)
    
    The second list must be finite, but the first may be infinite.

    Examples

    >>> deleteFirstsBy (>) [1..10] [3, 4, 5]
    [4,5,6,7,8,9,10]
    
    >>> deleteFirstsBy (/=) [1..10] [1, 3, 5]
    [4,5,6,7,8,9,10]
    

  9. getFirstLineExplicit :: FilePath -> RIO (Ur Text)

    linear-base Simple.FileIO

    No documentation available.

  10. linearGetFirstLine :: FilePath -> RIO (Ur Text)

    linear-base Simple.FileIO

    No documentation available.

Page 82 of many | Previous | Next