Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. gregorianYearsRollover :: Years -> YearMonthDay -> YearMonthDay

    thyme Data.Thyme.Calendar

    Add years, matching month and day, with February 29th rolled over to March 1st if necessary. See also addGregorianYearsRollover.

    > gregorianYearsRollover 2 $ YearMonthDay 2004 2 29
    YearMonthDay {ymdYear = 2006, ymdMonth = 3, ymdDay = 1}
    

  2. Osmanya :: Block

    unicode-data Unicode.Char.General.Blocks

    U+10480..U+104AF: Osmanya.

  3. childListAny :: FromXenoNode a => Node -> Either Text [a]

    xlsx Codec.Xlsx.Parser.Internal.Fast

    No documentation available.

  4. matchAnyValue :: (Attribute name, Eq string) => String -> [string] -> T name string -> Bool

    xml-basic Text.XML.Basic.Attribute

    matchManyValues name [value0, value1] attrs checks whether (name, value0) or (name, value1) is contained in attrs. The values are handled case-sensitive.

  5. many :: (a -> ShowS) -> [a] -> ShowS

    xml-basic Text.XML.Basic.Format

    No documentation available.

  6. matchAny :: C name => [String] -> name -> Bool

    xml-basic Text.XML.Basic.Name

    No documentation available.

  7. failManyT :: forall (m :: Type -> Type) e a . Applicative m => [e] -> FailT e m a

    FailT Control.Monad.Trans.Fail

    Similar to failT, but accepts a list of failures.

    runFailAgg (foldMap failT (xs :: [String])) == runFailAgg (failManyT xs)
    

  8. failManyT :: forall (m :: Type -> Type) a . Applicative m => [String] -> FailT m a

    FailT Control.Monad.Trans.Fail.String

    Version of failManyT restricted to String

    runFailAgg (foldMap failT xs) == runFailAgg (failManyT xs)
    

  9. failManyT :: forall (m :: Type -> Type) a . Applicative m => [Text] -> FailT m a

    FailT Control.Monad.Trans.Fail.Text

    Version of failManyT restricted to Text

  10. setManyAttrib :: (ToSElem a, Stringable b) => [(String, a)] -> StringTemplate b -> StringTemplate b

    HStringTemplate Text.StringTemplate

    Yields a StringTemplate with the appropriate attributes set. If any attribute already exists, it is appended to a list.

Page 183 of many | Previous | Next