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. first :: RequestLog -> Maybe Bool

    gogol-logging Gogol.Logging

    Whether this is the first RequestLog entry for this request. If an active request has several RequestLog entries written to Stackdriver Logging, then this field will be set for one of them.

  2. first :: LogEntryOperation -> Maybe Bool

    gogol-logging Gogol.Logging.Types

    Optional. Set this to True if this is the first log entry in the operation.

  3. first :: RequestLog -> Maybe Bool

    gogol-logging Gogol.Logging.Types

    Whether this is the first RequestLog entry for this request. If an active request has several RequestLog entries written to Stackdriver Logging, then this field will be set for one of them.

  4. first :: CatBiFunctor p cat => cat a b -> cat (p a c) (p b c)

    inf-backprop Control.CatBifunctor

    Categorical generalization of

    first :: (a -> b) -> (p a c -> p c b)
    
    borrowed from arrows.

  5. first :: CatBiFunctor p cat => cat a b -> cat (p a c) (p b c)

    inf-backprop InfBackprop

    Categorical generalization of

    first :: (a -> b) -> (p a c -> p c b)
    
    borrowed from arrows.

  6. first :: TreePos Empty a -> TreePos Empty a

    rosezipper Data.Tree.Zipper

    The first space in the current forest.

  7. first :: Bifunctor p => (a -> b) -> p a c -> p b c

    verset Verset

    Map covariantly over the first argument.

    first f ≡ bimap f id
    

    Examples

    >>> first toUpper ('j', 3)
    ('J',3)
    
    >>> first toUpper (Left 'j')
    Left 'J'
    

  8. FirstMostWeek :: FirstWeekType

    time Data.Time.Calendar.WeekDate

    first week is the first week with four days in the year

  9. data FirstWeekType

    time Data.Time.Calendar.WeekDate

    No documentation available.

  10. FirstWholeWeek :: FirstWeekType

    time Data.Time.Calendar.WeekDate

    first week is the first whole week of the year

Page 9 of many | Previous | Next