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. loopFirst :: Pattern a -> Pattern a

    tidal Sound.Tidal.Boot

    Takes a pattern and loops only the first cycle of the pattern. For example, the following code will only play the bass drum sample:

    d1 $ loopFirst $ s "<<bd*4 ht*8> cp*4>"
    
    This function combines with sometimes to insert events from the first cycle randomly into subsequent cycles of the pattern:
    d1 $ sometimes loopFirst $ s "<<bd*4 ht*8> cp*4>"
    

  2. streamFirst :: Stream -> ControlPattern -> IO ()

    tidal Sound.Tidal.Boot

    No documentation available.

  3. streamFirst :: ControlPattern -> Op ()

    tidal Sound.Tidal.Safe.Context

    No documentation available.

  4. streamFirst :: Stream -> ControlPattern -> IO ()

    tidal Sound.Tidal.Stream.UI

    No documentation available.

  5. atFirstDayOfWeekOnAfter :: DayOfWeek -> LocalTime -> LocalTime

    tztime Data.Time.TZTime

    Moves the date to the next given DayOfWeek. If the current date is already a match, then the current date is returned unmodified.

    >>> tzt = [tz|2022-02-24 10:00:00 [Europe/London]|]
    
    >>> tzt & modifyLocal (atFirstDayOfWeekOnAfter Thursday)
    2022-02-24 10:00:00 +00:00 [Europe/London]
    
    >>> tzt & modifyLocal (atFirstDayOfWeekOnAfter Wednesday)
    2022-03-02 10:00:00 +00:00 [Europe/London]
    

  6. solveBreadthFirst :: forall w (s :: Type -> Type) a . (C w, C s) => T w s a -> w s a

    unique-logic-tf UniqueLogic.ST.TF.System

    No documentation available.

  7. solveDepthFirst :: forall w (s :: Type -> Type) a . (C w, C s) => T w s a -> w s a

    unique-logic-tf UniqueLogic.ST.TF.System

    No documentation available.

  8. lcfirst :: String -> String

    yeshql-core Database.YeshQL.Util

    No documentation available.

  9. ucfirst :: String -> String

    yeshql-core Database.YeshQL.Util

    No documentation available.

  10. pageFirst :: Page a -> RenderedRoute

    yesod-page-cursor Yesod.Page

    No documentation available.

Page 104 of many | Previous | Next