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.
firstOrNext :: (Token s ~ Char, Tokens s ~ Text, Ord e, Stream s) => HeadedParsec e s Boolpostgresql-syntax PostgresqlSyntax.Parsing No documentation available.
firstOrNext :: IsString a => Bool -> apostgresql-syntax PostgresqlSyntax.Rendering No documentation available.
-
regex Text.RE.Tools the first line in a file
-
regex Text.RE.Tools.Edit the first line in a file
-
regex Text.RE.Tools.Grep the first line in a file
-
regex Text.RE.Tools.Sed the first line in a file
firstifyUniqueLen :: KDOptions -> Intsbv Data.SBV Unique length used for firstified names.
firstifyUniqueLen :: KDOptions -> Intsbv Data.SBV.Internals Unique length used for firstified names.
firstWeekend :: IO OptimizeResultsbv 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
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