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. pageSetupUseFirstPageNumber :: Lens' PageSetup (Maybe Bool)

    xlsx Codec.Xlsx.Types.PageSetup

    No documentation available.

  2. getFirstPassTolerance :: TM ps s PDFFloat

    HPDF Graphics.PDF.Typesetting

    No documentation available.

  3. setFirstPassTolerance :: PDFFloat -> TM ps s ()

    HPDF Graphics.PDF.Typesetting

    No documentation available.

  4. newtype StFirst a

    HStringTemplate Text.StringTemplate.Classes

    No documentation available.

  5. StFirst :: Maybe a -> StFirst a

    HStringTemplate Text.StringTemplate.Classes

    No documentation available.

  6. stGetFirst :: StFirst a -> Maybe a

    HStringTemplate Text.StringTemplate.Classes

    No documentation available.

  7. endfirsthead :: LaTeXC l => l

    HaTeX Text.LaTeX.Packages.LTableX

    End the first head. Everything above this command will appear at the beginning of the table, in the first page.

  8. endfirsthead :: LaTeXC l => l

    HaTeX Text.LaTeX.Packages.LongTable

    End the first head. Everything above this command will appear at the beginning of the table, in the first page.

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

    LambdaHack Game.LambdaHack.Core.Prelude

    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]
    

  10. convertPFirst :: (ConvertibleWithPrecision t1 t2, HasPrecision t2) => (t2 -> t2 -> c) -> t1 -> t2 -> c

    aern2-mp AERN2.MP.Precision

    No documentation available.

Page 78 of many | Previous | Next