Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. firstOrNext :: (Token s ~ Char, Tokens s ~ Text, Ord e, Stream s) => HeadedParsec e s Bool

    postgresql-syntax PostgresqlSyntax.Parsing

    No documentation available.

  2. firstOrNext :: IsString a => Bool -> a

    postgresql-syntax PostgresqlSyntax.Rendering

    No documentation available.

  3. firstLine :: LineNo

    regex Text.RE.Tools

    the first line in a file

  4. firstLine :: LineNo

    regex Text.RE.Tools.Edit

    the first line in a file

  5. firstLine :: LineNo

    regex Text.RE.Tools.Grep

    the first line in a file

  6. firstLine :: LineNo

    regex Text.RE.Tools.Sed

    the first line in a file

  7. firstifyUniqueLen :: KDOptions -> Int

    sbv Data.SBV

    Unique length used for firstified names.

  8. firstifyUniqueLen :: KDOptions -> Int

    sbv Data.SBV.Internals

    Unique length used for firstified names.

  9. firstWeekend :: IO OptimizeResult

    sbv Documentation.SBV.Examples.Optimization.Enumerate

    Using optimization, find the first weekend day: We have:

    >>> firstWeekend
    Optimal model:
    firstWeekend              = Sat :: Day
    DayAsWord8(first-weekend) =   5 :: Word8
    first-weekend             = Sat :: Day
    

  10. firstQuery :: MVar (SInteger, SInteger) -> MVar (SInteger, SInteger) -> Query (Maybe Integer)

    sbv Documentation.SBV.Examples.Queries.Concurrency

    In our first query we will make a constrain, solve the constraint and return the values for our variables, then we'll mutate the MVar sending information to the second query. Note that you could use channels, or TVars, or TMVars, whatever you need here, we just use MVars for demonstration purposes. Also note that this effectively creates an ordering between the children queries

Page 26 of many | Previous | Next